Files
binana/cheatengine/load_unit_target.lua
2026-01-15 01:10:51 +03:00

6 lines
162 B
Lua

local addr, typ = GetCGObjectAddr(readQword(0x00bd07b0)) -- target guid
if addr then
if typ == "unit" then
loadStructToTable(CGUnit, addr)
end
end