EvilEngine/DYNA/Enemy:NPC Gate
From Heavy Iron Modding
< EvilEngine | DYNA
Enemy:NPC Gate | |
---|---|
Hash | 0x175ED698 |
Games used | Ratatouille Prototype |
Format
struct zNPCGateAsset : xDynAsset
{
uint32 gateTrigger;
uint32 gateFacing;
uint32 npcsGroup;
uint32 flags;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | AssetID | npcWallsGroup | TRIG |
0x14 | uint32 | gateFacing | |
0x18 | AssetID | npcsGroup | GRUP |
0x1C | uint32 | flags |
Hidden category: