$
Members
(static) add
    Adds an object.
        
            
(static) callback_objects
    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
    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)
Parameters:
| Name | Type | Description | 
|---|---|---|
| value | * | Value to print. | 
(static) trigger_fn_context() → {group}
Returns:
    Group of current trigger function context.
- Type
- group