Difference between revisions of "(HLTaskFunc)EVT AT NPCClear"
Jump to navigation
Jump to search
(Created page with "Category:Tasks Category:Shenmue II ==Description== Clears the npcs.<br> Used sometimes when entering cutscenes.") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
Clears the npcs.<br> | Clears the npcs.<br> | ||
Used sometimes when entering cutscenes. | Used sometimes when entering cutscenes. | ||
==Parameter== | |||
{| class="wikitable" | |||
|- | |||
! 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 | |||
|} | |||
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 |