Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
ScriptLanguageExtension¶
Inherits: ScriptLanguage < Object
There is currently no description for this class. Please help us by contributing one!
Methods¶
void |
_add_global_constant ( StringName name, Variant value ) virtual |
void |
_add_named_global_constant ( StringName name, Variant value ) virtual |
_auto_indent_code ( String code, int from_line, int to_line ) virtual const |
|
_can_inherit_from_file ( ) virtual const |
|
_complete_code ( String code, String path, Object owner ) virtual const |
|
_create_script ( ) virtual const |
|
_debug_get_current_stack_info ( ) virtual |
|
_debug_get_error ( ) virtual const |
|
_debug_get_globals ( int max_subitems, int max_depth ) virtual |
|
_debug_get_stack_level_count ( ) virtual const |
|
_debug_get_stack_level_function ( int level ) virtual const |
|
void* |
_debug_get_stack_level_instance ( int level ) virtual |
_debug_get_stack_level_line ( int level ) virtual const |
|
_debug_get_stack_level_locals ( int level, int max_subitems, int max_depth ) virtual |
|
_debug_get_stack_level_members ( int level, int max_subitems, int max_depth ) virtual |
|
_debug_parse_stack_level_expression ( int level, String expression, |