This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| prpl:docs:createlist [2016/09/24 20:21] – created steelwing | prpl:docs:createlist [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <- [[pf: | ||
| - | ===== CreateList | ||
| - | ^Arguments^Result^Notation^ | ||
| - | | Key to check |0 or 1 depending if Key is held down | '' | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Checks the specified keyboard key to see if it is held down. Returns true only while the key is held down. | ||
| - | For a list of possible key strings, look here: | ||
| - | http:// | ||
| - | === Examples === | ||
| - | < | ||
| - | #Move unit left | ||
| - | endif | ||
| - | if (GetKey(" | ||
| - | #Move unit right | ||
| - | endif</ | ||