Prop Instance Data: Difference between revisions

Conform to format documentation guidelines.
m (Burninrubber0 moved page PropInstanceData to Prop Instance Data without leaving a redirect)
(Conform to format documentation guidelines.)
Line 1:
= LayoutStructures =
=== BrnPhysics::Props::PropZoneData ===
==== 32-bit ====
{| class="wikitable"
Line 6:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || [[#BrnPhysics::Props::PropCellData | PropCellData]]* || maCells || ||
|-
| 0x4 || 0x1 || uint8_t || muNumCells || ||
Line 12:
| 0x5 || 0x3 || || || padding ||
|-
| 0x8 || 0x4 || [[#BrnPhysics::Props::PropInstanceData | PropInstanceData]]* || maInstances || ||
|-
| 0xC || 0x4 || uint32_t || muSizeInBytes || ||
Line 30:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x8 || [[#BrnPhysics::Props::PropCellData | PropCellData]]* || maCells || ||
|-
| 0x8 || 0x1 || uint8_t || muNumCells || ||
Line 36:
| 0x9 || 0x7 || || || padding ||
|-
| 0x10 || 0x8 || [[#BrnPhysics::Props::PropInstanceData | PropInstanceData]]* || maInstances || ||
|-
| 0x18 || 0x4 || uint32_t || muSizeInBytes || ||
Line 49:
|}
 
=== BrnPhysics::Props::PropCellData ===
{| class="wikitable"
|-
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || [[#BrnPhysics::Props::PropCellId | PropCellId]] || mId || ||
|-
| 0x4 || 0x2 || uint16_t || muStartIndex || ||
Line 65:
|}
 
=== BrnPhysics::Props::PropCellId ===
{| class="wikitable"
|-
Line 75:
|}
 
=== BrnPhysics::Props::PropInstanceData ===
{| class="wikitable"
|-