EvilEngine/DYNA/Carrying:Carryable Object: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
</onlyinclude>
</onlyinclude>
{{AutoDynaInfobox}}
{{AutoDynaInfobox}}

==Format==

<source lang=cpp>
struct zCarryableObjectAsset : xDynAsset
{
xEntAsset entAsset;
xSimpleObjAsset simpleObjAsset;
uint32 propertyAsset;
};
</source>

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x10 || [[EvilEngine/Assets#Entity Assets|xEntAsset]] || '''entasset''' ||
|-
| 0x60 || [[EvilEngine/SIMP|xSimpleObjAsset]] || '''simpleObjAsset''' ||
|-
| 0x6C || uint32 || '''propertyAsset''' ||
|}


{{DynaAssets}}
{{DynaAssets}}

Latest revision as of 11:22, 19 September 2023

Carrying:Carryable Object
Hash0x284375FD
Games usedRatatouille Prototype

Format

struct zCarryableObjectAsset : xDynAsset
{
    xEntAsset entAsset;
    xSimpleObjAsset simpleObjAsset;
    uint32 propertyAsset;
};
Offset Type Variable Description
0x10 xEntAsset entasset
0x60 xSimpleObjAsset simpleObjAsset
0x6C uint32 propertyAsset