0118
Revision as of 02:44, 29 July 2015 by Spaceeinstein (talk | contribs) (Created page with "{{Icon|t}} '''IS_CHAR_DEAD''' <hr /> '''Description''' : Checks if the character is dead '''Syntax''' : 0118: actor [''char handle''] dead '''Parameter''' : [''char han...")
Description
- Checks if the character is dead
Syntax
- 0118: actor [char handle] dead
Parameter
- [char handle]
- The handle of the character
This opcode returns true if the character is dead, which happens when its health reaches 0. It also returns true if the character does not exist, which is extremely useful to check in order to prevent unnecessary game crashes when using other opcodes that require the existence of the character. In GTA III, it behaves exactly opposite to 00A2.
Keywords
check, character, actor, alive, dead, exist
See also
- 0117, checks if the player is dead