85
86
87
88
89
90
91
92
93
|
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
+
+
+
+
+
+
|
<h2>SOLUTION_CACHEID()</h2>
Returns the ID number of the active solution file in the user cache table.
<h2>SOLUTION_REPLAY()</h2>
Returns 1 if replaying the solution or 0 for the normal game.
<h2>TRACE_OFF()</h2>
Disables tracing when called.
<h2>TRACE_ON()</h2>
Enables tracing when called.
<h2>ZERO_EXTEND(num)</h2>
Zero-extend a 32-bit integer to 64-bits. Can also be used to convert other types of values (such as classes, messages, and objects) into plain numbers.
|