EvilEngine/DYNA/Context Object:Springboard: Difference between revisions

no edit summary
(format)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 10:
 
==Format==
 
<source lang=cpp>
struct zSpringboardAsset : xDynAsset
{
xVec3 location;
float32 yaw;
float32 pitch;
float32 roll;
uint32 modelID;
float32 adjustment;
uint8 top;
uint8 type;
uint8 size;
};
</source>
 
{| class="wikitable"
|-
! Offset !! Type !! Variable !! Description
|-
| 0x000x10 || [[Vector3]] || '''location''' ||
|-
| 0x0C0x1C || floatf32 || '''yaw''' ||
|-
| 0x100x20 || floatf32 || '''pitch''' ||
|-
| 0x140x24 || floatf32 || '''roll''' ||
|-
| 0x180x28 || [[AssetID]] || '''modelID''' ||
|-
| 0x1C0x2C || ?f32 || '''adjustment''' ||
|-
| 0x200x30 || charu8 || '''top''' ||
|-
| 0x210x31 || charu8 || '''type''' ||
* 0 = Idle
* 1 = Compressing
* 2 = Compressed
* 3 = Launching
|-
| 0x220x32 || charu8 || '''size''' ||
|-
| 0x230x33 || charu8 || '''State'''- || Padding
|}