Difference between revisions of "0184"

From GTAMods Wiki
Jump to navigation Jump to search
m (Added category)
m
 
Line 14: Line 14:
 
This opcode checks if the actor's health greater than the integer value.
 
This opcode checks if the actor's health greater than the integer value.
  
[[Category:OpCodes]][[Category:MathOpCodes]]
+
[[Category:OpCodes]][[Category:Math OpCodes]]

Latest revision as of 21:12, 5 June 2024

GTA III Vice City San Andreas IS_CHAR_HEALTH_GREATER


Description

Is char health greater than integer value

Syntax

0184: actor [var] health > [int]

Parameter

[var]
Handle of the char
[int]
Integer value


This opcode checks if the actor's health greater than the integer value.