EvilEngine/DYNA/Enemy:NPC Gate: Difference between revisions

format
(Created page with "<onlyinclude> {{#vardefine:name|Enemy:NPC Gate}}<nowiki/> {{#vardefine:version|}}<nowiki/> {{#vardefine:hash|0x175ED698}}<nowiki/> {{#vardefine:games|RatProto}}<nowiki/> {{#vardefine:sourcecode|}}<nowiki/> {{#vardefine:image|}}<nowiki/> </onlyinclude> {{AutoDynaInfobox}} {{DynaAssets}} {{AutoGameNavs}} Category:DYNA")
 
(format)
 
(One intermediate revision by one other user not shown)
Line 9:
{{AutoDynaInfobox}}
 
==Format==
 
<source lang=cpp>
struct zNPCGateAsset : xDynAsset
{
uint32 gateTrigger;
uint32 gateFacing;
uint32 npcsGroup;
uint32 flags;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x10 || [[AssetID]] || '''npcWallsGroup''' || [[TRIG]]
|-
| 0x14 || uint32 || '''gateFacing''' ||
|-
| 0x18 || [[AssetID]] || '''npcsGroup''' || [[GRUP]]
|-
| 0x1C || uint32 || '''flags''' ||
|}
 
{{DynaAssets}}