EvilEngine/DYNA/ui:model: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
(Created page with "<onlyinclude> {{#vardefine:name|ui:model}}<nowiki/> {{#vardefine:version|2}}<nowiki/> {{#vardefine:hash|0x79F807C7}}<nowiki/> {{#vardefine:games|TSSM ROTU}}<nowiki/> {{#vardef...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{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
|-
| 0x50 || [[MODL]] || '''model''' || '''Model_AssetID'''
|-
| 0x54 || [[ALST]] || '''animlist''' || '''AnimList_AssetID'''
|-
| 0x58 || [[SURF]] || '''surface''' || '''Surface_AssetID'''
|}


{{DynaAssets}}
{{DynaAssets}}

Latest revision as of 16:29, 23 March 2024

ui:model
Version2
Hash0x79F807C7
Games usedThe SpongeBob SquarePants Movie
Rise of the Underminer

Format

Inherits from DYNA/zUIAsset

class zUIModelAsset : public zUIAsset
{
public:
    unsigned int model;
    unsigned int animationList;
    unsigned int surface;
};
Offset Type Variable Description
0x50 MODL model Model_AssetID
0x54 ALST animlist AnimList_AssetID
0x58 SURF surface Surface_AssetID