Difference between revisions of "0AB0"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
| description = Checks if a specific 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]] with [[CLEO]]
 
}}
 
}}
 
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.

Revision as of 15:19, 22 June 2010

{{{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