Back to main page
Name First unit pointer
Address 00628418
Platform Win
Version 1.15.2
Size 4
Length 1
Player ID 161843 (Byte Offset: 00)
Description
The value is pointer to the first unit in the unitNodeTable.
Every valid unit can be accessed this way:
First->nextUnit...->unit
(added by kovarex)