GET_SCRIPT_TASK_STATUS
Gets the status of a script-assigned task, and returns an int between 0-8 taskHash: https://alloc8or.re/rdr3/doc/enums/eScriptTaskHash.txt WAITING_TO_START_TASK = 0, PERFORMING_TASK DORMANT_TASK VACANT_STAGE GROUP_TASK_STAGE ATTRACTOR_SCRIPT_TASK_STAGE SECONDARY_TASK_STAGE TASK_NOT_FOUND FINISHED_TASK
TASKBuild 1207
Signature
lua
GetScriptTaskStatus(PlayerPedId(), GetHashKey("..."), true)
-- returns intParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — | |
| BOOL | — |
Usage
lua
GetScriptTaskStatus(PlayerPedId(), GetHashKey("..."), true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
