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

format
(Created page with "<onlyinclude> {{#vardefine:name|Enemy:NPC Walls}}<nowiki/> {{#vardefine:version|}}<nowiki/> {{#vardefine:hash|0x0E612078}}<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 zNPCWallsAsset : xDynAsset
{
uint32 npcWallsGroup;
uint32 flags;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x10 || [[AssetID]] || '''npcWallsGroup''' || [[GRUP]]
|-
| 0x14 || uint32 || '''flags''' ||
|}
 
{{DynaAssets}}