define
Custom defines
Functions
Section titled “Functions”ndebug
Section titled “ndebug”function ndebug(msg: string): void
Logs a message to debug.log. Requires SCRIPT_REALNAME define to be set.
Constants
Section titled “Constants”| Name | Value | Description |
|---|---|---|
FLOAT1 | 1.0 | Float constant 1.0 - use to force float division: FLOAT1 * a / b |