EvilEngine/DYNA/Carrying:Carryable Property
From Heavy Iron Modding
< EvilEngine | DYNA
Carrying:Carryable Property | |
---|---|
Hash | 0x7FC069B3 |
Games used | Ratatouille Prototype |
Format
struct zCarryableProperty : xDynAsset
{
unsigned int shrapnelID;
unsigned int animCode;
struct
{
unsigned char destroyDrop;
unsigned char pad1;
unsigned char pad2;
unsigned char pad3;
} flags;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x10 | AssetID | shrapnelID | |
0x14 | u32 | animCode | |
0x18 | u8 | destroyDrop | |
0x19 | u8 | pad1 | |
0x1a | u8 | pad2 | |
0x1b | u8 | pad3 |
Hidden category: