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

no edit summary
(Created page with "<onlyinclude> {{#vardefine:name|Context Object:Springboard}}<nowiki/> {{#vardefine:version|}}<nowiki/> {{#vardefine:hash|0x2D0D198B}}<nowiki/> {{#vardefine:games|RatProto}}<nowiki/> {{#vardefine:sourcecode|}}<nowiki/> {{#vardefine:image|}}<nowiki/> </onlyinclude> {{AutoDynaInfobox}} {{DynaAssets}} {{AutoGameNavs}} Category:DYNA")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1:
<onlyinclude>
{{#vardefine:name|Context Object:Springboard}}<nowiki/>
{{#vardefine:version|4}}<nowiki/>
{{#vardefine:hash|0x2D0D198B}}<nowiki/>
{{#vardefine:games|RatProto}}<nowiki/>
Line 8:
</onlyinclude>
{{AutoDynaInfobox}}
 
==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
|-
| 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
|}
 
{{DynaAssets}}