GET SCRIPT TASK STATUS
Revision as of 23:35, 5 May 2015 by TheVideoVolcano (talk | contribs)
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | Entity | Entity |
| 2. | unknown | Likely: The task in question, appears hashed |
| Return value: | ||
| Type | Description | |
| Int | Appears to be int codes of task status, e.g, 0, 1, 7 | |
Presumably gets the status of a task executed by a script.
Example
if (AI::GET_SCRIPT_TASK_STATUS(PLAYER::PLAYER_PED_ID(), 0x7D8F4411) == 1))