EvilEngine/DYNA/game object:RaceTimer: Difference between revisions

From Heavy Iron Modding
Content added Content deleted
(Add format)
(fixed countdown)
Line 12: Line 12:
! Offset !! Type !! Variable !! Description
! Offset !! Type !! Variable !! Description
|-
|-
| 0x00 || uint || '''countDown''' ||
| 0x00 || byte || '''countDown''' ||
|-
|-
| 0x04 || uint || '''startTime''' ||
| 0x01 || byte[3] || padding ||
|-
|-
| 0x08 || uint || '''victoryTime''' ||
| 0x04 || int || '''startTime''' ||
|-
| 0x08 || int || '''victoryTime''' ||
|-
|-
| 0x0C || float || '''warnTime1''' ||
| 0x0C || float || '''warnTime1''' ||

Revision as of 03:29, 9 September 2022

game_object:RaceTimer
Version2
Hash0x844BCF76
Games usedThe SpongeBob SquarePants Movie
The Incredibles
Offset Type Variable Description
0x00 byte countDown
0x01 byte[3] padding
0x04 int startTime
0x08 int victoryTime
0x0C float warnTime1
0x10 float warnTime2
0x14 float warnTime3