Advertisement
Eddlm

GET_IS_TASK_ACTIVE - Tasks

Mar 25th, 2016
1,083
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. -- Here's a list of tasks that seem to be TRUE in certain situations, when checked with AI::GET_IS_TASK_ACTIVE. --
  2.  
  3. 6 - Being on foot?
  4. 4 - Running any kind of aimed shooting task on foot
  5. 16 - Getting up
  6.  
  7. 35 - Moving on foot, not in combat (always on for the player, for peds will stop being true if the ped is stopped)
  8. 38 - Fleeing/running while in combat? For the player, stops being true if you're aiming/shooting a mounted weapon or in first person.
  9. 47 - Climbing stairs?
  10. 50 - Climbing over something?
  11. 51 - Sliding down from something?
  12. 56 - Swapping weapon (doesn't work while in cover)
  13.  
  14. 92 - Removing helmet?
  15. 97 - Dead
  16.  
  17. 128 - Melee Combat
  18. 130 - Attacking in melee combat
  19.  
  20. 150 - In vehicle?
  21. 151 - Drive wander
  22. 152 - Exiting vehicle
  23. 159 - Inside car?
  24. 160 - Going to car
  25. 161 - Breaking window
  26. 162 - Opening door (outside)
  27. 163 - Entering car
  28. 164 - Closing door (inside)
  29. 165 - Changing seat?
  30. 167 - Opening door (inside) and exiting vehicle
  31. 168 - Closing door (outside)
  32. 169 - Driving to destination/escorting
  33. 195 - Going to car?
  34.  
  35. 199 - Aiming mounted weapon?
  36. 289 - Aiming throwable
  37. 290 - Aiming gun (first person mode also activates this one)
  38. 299 - Trying to aim but having something ahead that prevents aiming?
  39. 287 - Using cover in general
  40. 288 - Fully in cover
  41. 298 - Reloading?
  42. 300 - Going to cover
  43. 302 - In cover > Aiming from cover transition
  44. 303 - Aiming from cover > In cover transition
  45. 304 - Shooting from cover without aiming?
  46. 309 - In cover shoot transition?
  47.  
  48. 334 - Parachuting
  49. 336 - Quitting parachute
  50.  
  51. 395 - Falling?ragdoll?
  52. 402 - Ragdoll?
  53. 407, 417 - Moving while ragdoll?
  54. 420 - Jumping/climbing in general
  55. 421 - Jump in air
  56. 422 - Finishing jump over something
  57. 490 - Aiming?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement