Difference between revisions of "GET SCRIPT TASK STATUS"

From GTAMods Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
|r=1
 
|r=1
 
|rt=Int
 
|rt=Int
|rd=Appears to be int codes of task status, e.g, 0, 1, 7 | 1 is used 45%, 0 is used 45% and 7 is used 10%
+
|rd=Appears to be int codes of task status, e.g, 0, 1, 7 1 is used 45%, 0 is used 45% and 7 is used 10%
 
}}
 
}}
  

Revision as of 23:36, 5 May 2015

GET_SCRIPT_TASK_STATUS
Number of parameters: 2
Parameter #TypeDescription
1.EntityEntity
2.unknownLikely: The task in question, appears hashed
Return value:
TypeDescription
IntAppears to be int codes of task status, e.g, 0, 1, 7 1 is used 45%, 0 is used 45% and 7 is used 10%


Presumably gets the status of a task executed by a script.

Example

if (AI::GET_SCRIPT_TASK_STATUS(PLAYER::PLAYER_PED_ID(), 0x7D8F4411) == 1))