EvilEngine/DYNA/Context Object:Springboard

From Heavy Iron Modding

Context Object:Springboard
Version4
Hash0x2D0D198B
Games usedRatatouille Prototype

Format

struct zSpringboardAsset : xDynAsset
{
    xVec3 location;
    float32 yaw;
    float32 pitch;
    float32 roll;
    uint32 modelID;
    float32 adjustment;
    uint8 top;
    uint8 type;
    uint8 size;
};
Offset Type Variable Description
0x10 Vector3 location
0x1C f32 yaw
0x20 f32 pitch
0x24 f32 roll
0x28 AssetID modelID
0x2C f32 adjustment
0x30 u8 top
0x31 u8 type
  • 0 = Idle
  • 1 = Compressing
  • 2 = Compressed
  • 3 = Launching
0x32 u8 size
0x33 u8 - Padding