Difference between revisions of "0AB0"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0AB0=1,  key_pressed %1d%
+
| ini        = 0AB0=1,  %1d%
| description = Checks if the key is pressed
+
| description = Checks if a specific key is pressed
 
| p1          = Virtual key number
 
| p1          = Virtual key number
 
| game        = [[San Andreas]]
 
| game        = [[San Andreas]]
 
}}
 
}}
This is a [[CLEO]] opcode that checks if a certain key is pressed. It is very similar to 00E1, but has a wider array of keys to choose from.
+
This is a [[CLEO]] opcode that checks if a certain key is pressed. It is very similar to [[00E1]], but has a wider array of keys to choose from.
  
== External Link ==
+
== External link ==
[http://www.indigorose.com/webhelp/ams/Program_Reference/Misc/Virtual_Key_Codes.htm List of virtual key codes]
+
* [http://www.indigorose.com/webhelp/ams/Program_Reference/Misc/Virtual_Key_Codes.htm List of virtual key codes]
  
 
[[Category:CLEO Opcodes]]
 
[[Category:CLEO Opcodes]]

Revision as of 20:45, 17 August 2009

{{{games}}}


Description
Checks if a specific key is pressed
Syntax
{{{syntax1}}}
Parameter

This is a CLEO opcode that checks if a certain key is pressed. It is very similar to 00E1, but has a wider array of keys to choose from.

External link