Difference between revisions of "0AB0"
Jump to navigation
Jump to search
James227uk (talk | contribs) (→0AB0) |
(cleanup-rewrite) |
||
Line 1: | Line 1: | ||
− | + | {{Cleanup-rewrite}} | |
This is a special keypress opcode, used to see if the player pressed a certain key. It is very similar to 00E1, but varies slightly; it has a wider array of keys to choose from. | This is a special keypress opcode, used to see if the player pressed a certain key. It is very similar to 00E1, but varies slightly; it has a wider array of keys to choose from. |
Revision as of 19:10, 19 January 2009
This article may need to be rewritten. Please help improve this article. The discussion page may contain suggestions. |
This is a special keypress opcode, used to see if the player pressed a certain key. It is very similar to 00E1, but varies slightly; it has a wider array of keys to choose from.
Opcode usage
0AB0: key_pressed 48
Other Info
It checks if the player pressed key 48 (1) then ends the thread. (Kinda useless but good example XD)