EvilEngine/DYNA/Context Object:Tightrope
From Heavy Iron Modding
< EvilEngine | DYNA
(Redirected from DYNA/Context Object:Tightrope)
Context Object:Tightrope | |
---|---|
Version | 3 |
Hash | 0x105DFF22 |
Games used | Ratatouille Prototype |
Format
struct zContextObjectTightropeAsset : xDynAsset
{
uint32 curveID;
uint32 objectID;
uint8 fallBelow;
uint8 flags;
};
Offset | Type | Variable | Description |
---|---|---|---|
0x00 | AssetID | curveID | |
0x04 | AssetID | objectID | |
0x08 | uint8 | fallBelow | |
0x09 | uint8 | flags | |
0x0A | uint16 | padding |
Hidden category: