81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
TRACE_ON()
Enables tracing when called.
XY(x,y)
Many bindings require a position as their first argument; use this
function to combine X/Y coordinates into a single value for this.
ZERO_EXTEND(number)
Zero extends a 32-bit number to 64-bits. Same as NVALUE.
=== Tables ===
|
>
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
TRACE_ON()
Enables tracing when called.
XY(x,y)
Many bindings require a position as their first argument; use this
function to combine X/Y coordinates into a single value for this.
Coordinates are one-based. This is the same as (x+y*64).
ZERO_EXTEND(number)
Zero extends a 32-bit number to 64-bits. Same as NVALUE.
=== Tables ===
|