EvilEngine/DYNA/ui:model: Difference between revisions

no edit summary
No edit summary
 
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==Format==
Inherits from [[EvilEngine/DYNA/zUIAsset|DYNA/zUIAsset]]
 
<source lang=cpp>
class zUIModelAsset : public zUIAsset
{
public:
unsigned int model;
unsigned int animationList;
unsigned int surface;
};
</source>
 
{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x000x50 || [[MODL]] || '''model''' || '''Model_AssetID'''
|-
| 0x040x54 || [[ALST]] || '''animlist''' || '''AnimList_AssetID'''
|-
| 0x080x58 || [[SURF]] || '''surface''' || '''Surface_AssetID'''
|}