Field: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<big>To be used with [[SetLocalValue]]. I_xx means integer, F_yy means float and V_ means vector. | <big>To be used with [[SetLocalValue]]. I_xx means integer, F_yy means float and V_ means vector. | ||
For example GetLocalValue(F_CAR_HEALTH) returns the health of the car in which npc is currently sitting. | For example <source inline>GetLocalValue(F_CAR_HEALTH)</source> returns the health of the car in which npc is currently sitting. | ||
<source lang="lua"> | <source lang="lua"> | ||
I_KEYS | I_KEYS |
Revision as of 16:58, 21 August 2023
To be used with SetLocalValue. I_xx means integer, F_yy means float and V_ means vector.
For example GetLocalValue(F_CAR_HEALTH)
returns the health of the car in which npc is currently sitting.
I_KEYS F_POSX F_POSY F_POSZ F_ANGLE I_HEALTH I_ARMOUR I_CURWEP I_CURWEP_AMMO V_ONFOOT_SPEED (since v1.6 beta3) V_AIMPOS (since v1.6 beta3) V_AIMDIR (since v1.6 beta3) V_POS Q_CAR_ROTATION V_CAR_SPEED I_CAR_DAMAGE F_CAR_HEALTH F_CAR_TURRETX F_CAR_TURRETY