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.

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

String

_auto_indent_code ( String code, int from_line, int to_line ) virtual const

bool

_can_inherit_from_file ( ) virtual const

Dictionary

_complete_code ( String code, String path, Object owner ) virtual const

Object

_create_script ( ) virtual const

Dictionary[]

_debug_get_current_stack_info ( ) virtual

String

_debug_get_error ( ) virtual const

Dictionary

_debug_get_globals ( int max_subitems, int max_depth ) virtual

int

_debug_get_stack_level_count ( ) virtual const

String

_debug_get_stack_level_function ( int level ) virtual const

void*

_debug_get_stack_level_instance ( int level ) virtual

int

_debug_get_stack_level_line ( int level ) virtual const

Dictionary

_debug_get_stack_level_locals ( int level, int max_subitems, int max_depth ) virtual

Dictionary

_debug_get_stack_level_members ( int level, int max_subitems, int max_depth ) virtual

String

_debug_parse_stack_level_expression ( int level, String expression,