This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:createlist [2013/07/21 13:44] – created thepenguin | crpl:docs:createlist [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~DISCUSSION~~ | + | |
| - | <- [[crpl: | + | <- [[crpl: |
| ===== CreateList | ===== CreateList | ||
| ^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
| - | | None |An Empty List | '' | + | | None |An Empty List | '' |
| === Description === | === Description === | ||
| - | Checks the specified keyboard key to see if it is held down. Returns true only while the key is held down. | + | Creates an empty list that can be stored in a variable=== Examples === |
| - | For a list of possible key strings, look here: | + | < |
| - | http:// | + | CreateList ->list01 |
| - | === Examples === | + | </ |
| - | < | + | |
| - | #Move unit left | + | |
| - | endif | + | |
| - | if (GetKey(" | + | |
| - | #Move unit right | + | |
| - | endif</ | + | |