Prop Graphics List: Difference between revisions

Added infobox and normalized some content.
(Created page.)
 
(Added infobox and normalized some content.)
 
(One intermediate revision by the same user not shown)
Line 1:
{{ParadiseResourceTypeInfobox
The prop graphics list contains a list of the props and their respective [[Model (Burnout Paradise) | Model]] resources.
| name = PropGraphicsList
| resourcenames = PRP_GL__*<br /><sup><small>*Track unit ID</small></sup>
| id = 0x10010
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = 1 [[Model]] per prop<br />1 [[Model]] per part
}}
 
The prop graphics list contains a list of the props and their respective [[Model (Burnout Paradise) | Model]] resources.
 
= Structures =
Line 15 ⟶ 24:
| 0xC || 0x4 || uint8_t || muNumberOfPropPartModels || Number of parts ||
|-
| 0x10 || 0x4 || [[#Props::PropGraphics | PropGraphics]]* || mpaPropGraphics || ||
|-
| 0x14 || 0x4 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpaPropPartGraphics || ||
|}
 
Line 32 ⟶ 41:
| 0xC || 0x4 || uint8_t || muNumberOfPropPartModels || Number of parts ||
|-
| 0x10 || 0x8 || [[#Props::PropGraphics | PropGraphics]]* || mpaPropGraphics || ||
|-
| 0x18 || 0x8 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpaPropPartGraphics || ||
|}
 
Line 44 ⟶ 53:
| 0x0 || 0x4 || uint32_t || muTypeId || ||
|-
| 0x4 || 0x4 || [[Model (Burnout Paradise) | Model]]* || mpPropModel || ||
|-
| 0x8 || 0x4 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpParts || ||
|}
 
Line 55 ⟶ 64:
| 0x0 || 0x4 || uint32_t || muTypeId || ||
|-
| 0x4 || 0x4 || || || paddingPadding ||
|-
| 0x8 || 0x8 || [[Model (Burnout Paradise) | Model]]* || mpPropModel || ||
|-
| 0x10 || 0x8 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpParts || ||
|}
 
Line 71 ⟶ 80:
| 0x4 || 0x4 || uint32_t || muPartId || ||
|-
| 0x8 || 0x4 || [[Model (Burnout Paradise) | Model]]* || mpPropModel || ||
|}
 
Line 82 ⟶ 91:
| 0x4 || 0x4 || uint32_t || muPartId || ||
|-
| 0x8 || 0x8 || [[Model (Burnout Paradise) | Model]]* || mpPropModel || ||
|}