EvilEngine/DYNA/Carrying:Carryable Object
From Heavy Iron Modding
< EvilEngine | DYNA
(Redirected from DYNA/Carrying:Carryable Object)
Carrying:Carryable Object | |
---|---|
Hash | 0x284375FD |
Games used | Ratatouille Prototype |
Format
struct zCarryableObjectAsset : xDynAsset
{
xEntAsset entAsset;
xSimpleObjAsset simpleObjAsset;
uint32 propertyAsset;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | xEntAsset | entasset | |
0x60 | xSimpleObjAsset | simpleObjAsset | |
0x6C | uint32 | propertyAsset |
Hidden category: