EvilEngine/DYNA/Enemy:IN2
< EvilEngine | DYNA
(Redirected from DYNA/Enemy:IN2)
Enemy:IN2 | |
---|---|
Hash | 0x9FB437C7 |
Games used | Rise of the Underminer |
Format
struct zNPCAssetIN2 : xDynAsset
{
xEntAsset ent_asset;
unsigned int navigation_mesh_id;
unsigned int npcFlags;
unsigned int respawnCounterID;
unsigned int settingsHashID;
unsigned int interestPointerGroupID;
unsigned int lightKitID;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | xEntAsset | ent_asset | |
0x60 | AssetID | navigation_mesh_id | NGMS |
0x64 | u32 | npcFlags | |
0x68 | AssetID | respawnCounterID | CNTR |
0x6C | AssetID | settingsHashID | NPCS |
0x70 | AssetID | interestPointerGroupID | GRUP |
0x74 | AssetID | lightKitID | LKIT |