EvilEngine/DYNA/ui:model: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
No edit summary
 
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"
{| class="wikitable"
! Offset !! Type !! Variable !! Description
! Offset !! Type !! Variable !! Description
|-
|-
| 0x00 || [[MODL]] || '''model''' || '''Model_AssetID'''
| 0x50 || [[MODL]] || '''model''' || '''Model_AssetID'''
|-
|-
| 0x04 || [[ALST]] || '''animlist''' || '''AnimList_AssetID'''
| 0x54 || [[ALST]] || '''animlist''' || '''AnimList_AssetID'''
|-
|-
| 0x08 || [[SURF]] || '''surface''' || '''Surface_AssetID'''
| 0x58 || [[SURF]] || '''surface''' || '''Surface_AssetID'''
|}
|}



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