Difference between revisions of "0597"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<code>0597=1,  %1d%</code><br>
+
{{OpCode
'''Description''': Checks if the actor is crouching<br>
+
| ini        = 0597=1,  %1d%
'''Parameter 1''': Actor handle<br>
+
| description = Checks if the actor is crouching
'''Supports''': Vice City, San Andreas<br>
+
| p1          = Actor handle
 +
| game        = [[Vice City]], [[San Andreas]]
 +
| native      = [[IS_CHAR_DUCKING]]
 +
}}
 +
This conditional opcode returns true if the actor is crouching.
  
 
==Keywords==
 
==Keywords==
check, actor, crouching
+
check, actor, character, crouch, duck
 
 
[[Category:OpCodes]]
 

Revision as of 00:32, 17 January 2010

{{{games}}}


Description
Checks if the actor is crouching
Syntax
{{{syntax1}}}
Parameter
Native analog
IS_CHAR_DUCKING

This conditional opcode returns true if the actor is crouching.

Keywords

check, actor, character, crouch, duck