Difference between revisions of "(HLTaskFunc)EVT AT NPCClear"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
| 0x00 || 0x08 || int64_t* || Pointer to a main task enqueue | | 0x00 || 0x08 || int64_t* || Pointer to a main task enqueue | ||
|- | |- | ||
| 0x08 || 0x08 || int64_t || | | 0x08 || 0x08 || int64_t || RCX parameter for main task | ||
|- | |- | ||
| 0x10 || | | 0x10 || 0x04 || int32_t || Unused? | ||
|- | |||
| 0x14 || 0x04 || int32_t || If above zero the task will be destroyed | |||
|- | |- | ||
| 0x18 || 0x04 || float || Task cycles till the npcs will be cleared | | 0x18 || 0x04 || float || Task cycles till the npcs will be cleared | ||
|} | |} |
Latest revision as of 22:05, 9 January 2019
Description
Clears the npcs.
Used sometimes when entering cutscenes.
Parameter
Position | Length | Type | Description |
---|---|---|---|
0x00 | 0x08 | int64_t* | Pointer to a main task enqueue |
0x08 | 0x08 | int64_t | RCX parameter for main task |
0x10 | 0x04 | int32_t | Unused? |
0x14 | 0x04 | int32_t | If above zero the task will be destroyed |
0x18 | 0x04 | float | Task cycles till the npcs will be cleared |