Environment Timeline: Difference between revisions

Added infobox and normalized some content.
(Added infobox and normalized some content.)
 
Line 1:
{{ParadiseResourceTypeInfobox
| name = EnvironmentTimeLine
| id = 0x10013
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = [[Environment Keyframe]]
}}
 
Timeline resources affect how the time of day goes by.
 
Line 11 ⟶ 19:
| 0x4 || 0x4 || uint32_t || muLocationCnt || Number of locations ||
|-
| 0x8 || 0x4 || [[#BrnWorld::EnvironmentSettings::TimeLine::LocationData | LocationData]]* || mpLocationDatii || Locations ||
|}
 
Line 22 ⟶ 30:
| 0x4 || 0x4 || uint32_t || muLocationCnt || Number of locations ||
|-
| 0x8 || 0x8 || [[#BrnWorld::EnvironmentSettings::TimeLine::LocationData | LocationData]]* || mpLocationDatii || Locations ||
|}
 
Line 34 ⟶ 42:
| 0x4 || 0x4 || float32_t* || mpfKeyframeTimes || Times of day in seconds ||
|-
| 0x8 || 0x4 || [[Environment Keyframe | Keyframe]]** || mppKeyframes || ||
|}
 
Line 43 ⟶ 51:
| 0x0 || 0x4 || uint32_t || muKeyframeCnt || Number of keyframes ||
|-
| 0x4 || 0x4 || || || paddingPadding ||
|-
| 0x8 || 0x8 || float32_t* || mpfKeyframeTimes || Times of day in seconds ||
|-
| 0x10 || 0x8 || [[Environment Keyframe | Keyframe]]** || mppKeyframes || ||
|}