EvilEngine/TIMR
From Heavy Iron Modding
TIMR | |
---|---|
Timer | |
Type | Base |
Base Type | 0x0E |
Games used | Night of 100 Frights Battle for Bikini Bottom |
Source code | xTimer.h |
Format
Timers are base assets, so they start with their 0x8 byte header, then are followed by:
Offset | Type | Variable | Description |
---|---|---|---|
0x08 | float | seconds | The starting time in seconds. |
0x0C | float | randomRange | Stored in little endian. Only present if numberOfEvents > 0. Not present in Scooby. |
Events | |||
0x10 | Event[numberOfEvents] | Events |
Events
- Reset
- Run
- Stop
- Expired
Navigation | |
---|---|
Assets |