20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
+
+
+
|
<h2>LEVEL_CACHEID()</h2>
Returns the ID number of the active level file in the user cache table.
<h2>LEVEL_ID()</h2>
Returns the ID number of the current level.
<h2>LOAD_LEVEL(levelid)</h2>
Load a level by ID; returns null. Usable only if the <tt>-x</tt> [Command-line arguments|switch] is used; otherwise it is an error.
<h2>MODSTATE()</h2>
Get the current keyboard modifiers state. It is the sum of the following:
* 0x0001: Left shift
* 0x0002: Right shift
* 0x0040: Left control
* 0x0080: Right control
* 0x0100: Left alt
|