Prop Physics: Difference between revisions

Added prop type data enumerations.
(Added volume flags.)
(Added prop type data enumerations.)
Line 82:
| 0x5E || 0x1 || uint8_t || muNumberOfVolumes || ||
|-
| 0x5F || 0x1 || uint8_t || mu8JointType || || [[#Prop joint type|Joint type]]
|-
| 0x60 || 0x1 || uint8_t || mu8ExtraTypeInfo || || [[#Prop extra type info|Extra type info]]
|-
| 0x61 || 0xF || || || padding ||
Line 127:
| 0x6A || 0x1 || uint8_t || muNumberOfVolumes || ||
|-
| 0x6B || 0x1 || uint8_t || mu8JointType || || [[#Prop joint type|Joint type]]
|-
| 0x6C || 0x1 || uint8_t || mu8ExtraTypeInfo || || [[#Prop extra type info|Extra type info]]
|-
| 0x6D || 0x3 || || || padding ||
Line 377:
 
= Enumerations =
=== Prop joint type ===
{| class="wikitable"
! Name !! Value !! Comments
|-
| ? || 0 || Not used
|-
| ? || 1 ||
|-
| ? || 2 ||
|-
| ? || 3 ||
|-
| E_TILT || ? || From a hardcoded string
|}
 
=== Prop extra type info ===
{| class="wikitable"
! Name !! Value !! Comments
|-
| ? || 0 ||
|-
| ? || 1 ||
|-
| ? || 2 ||
|}
 
=== Volume flags ===
{| class="wikitable"