Difference between revisions of "0AB0"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
Line 9: Line 9:
 
== 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]
 +
* [http://msdn.microsoft.com/en-us/library/dd375731%28VS.85%29.aspx Another list of virtual key codes]
  
 
[[Category:CLEO Opcodes]]
 
[[Category:CLEO Opcodes]]

Revision as of 19:26, 11 May 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