Free Hero Mesh

Changes To SQL functions
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Changes to "SQL functions" between 2020-10-20 20:55:35 and 2020-11-27 00:28:06

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.