EvilEngine/DYNA/Context Object:Tightrope

From Heavy Iron Modding

Context Object:Tightrope
Version3
Hash0x105DFF22
Games usedRatatouille 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