$

index~ Namespace

$

Description:
  • Core type holding important functions for adding to levels, exporting, and modifying scripts.
Source:

Members

(static) add

Description:
  • Adds an object.
Source:
Adds an object.

(static) callback_objects

Description:
  • Maps every trigger that gets added to the level
Source:
Maps every trigger that gets added to the level

(static) exportToSavefile

Description:
  • Exports script to savefile.
Source:
Deprecated:
  • Replaced by `$.exportConfig({ type: "savefile", options: ... })`
Exports script to savefile.

(static) extend_trigger_func

Description:
  • Extends a trigger function by adding more triggers to it.
Source:
Extends a trigger function by adding more triggers to it.

(static) getLevelString

Description:
  • Returns level string of the script.
Source:
Deprecated:
  • Replaced by `$.exportConfig({ type: "levelstring", options: ... })`
Returns level string of the script.

(static) liveEditor

Description:
  • Exports script to live editor using WSLiveEditor (requires Geode).
Source:
Deprecated:
  • Replaced by `$.exportConfig({ type: "live_editor", options: ... })`
Exports script to live editor using WSLiveEditor (requires Geode).

Methods

(static) print(value)

Description:
  • Prints to console.
Source:
Parameters:
Name Type Description
value * Value to print.

(static) trigger_fn_context() → {group}

Description:
  • Returns group of current trigger function context.
Source:
Returns:
Group of current trigger function context.
Type
group