Up to date
This page is up to date for Godot 4.2
.
If you still find outdated information, please open an issue.
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, int max_subitems, int max_depth ) virtual |
|
_find_function ( String class_name, String function_name ) virtual const |
|
void |
_finish ( ) virtual |
void |
_frame ( ) virtual |
_get_built_in_templates ( StringName object ) virtual const |
|
_get_comment_delimiters ( ) virtual const |
|
_get_doc_comment_delimiters ( ) virtual const |
|
_get_extension ( ) virtual const |
|
_get_global_class_name ( String path ) virtual const |
|
_get_name ( ) virtual const |
|
_get_public_annotations ( ) virtual const |
|
_get_public_constants ( ) virtual const |
|
_get_public_functions ( ) virtual const |
|
_get_recognized_extensions ( ) virtual const |
|
_get_reserved_words ( ) virtual const |
|
_get_string_delimiters ( ) virtual const |
|
_get_type ( ) virtual const |
|
_handles_global_class_type ( String type ) virtual const |
|
_has_named_classes ( ) virtual const |
|
void |
_init ( ) virtual |
_is_control_flow_keyword ( String keyword ) virtual const |
|
_is_using_templates ( ) virtual |
|
_lookup_code ( String code, String symbol, String path, Object owner ) virtual const |
|
_make_function ( String class_name, String function_name, PackedStringArray function_args ) virtual const |
|
_make_template ( String template, String class_name, String base_class_name ) virtual const |
|
_open_in_external_editor ( Script script, int line, int column ) virtual |
|
_overrides_external_editor ( ) virtual |
|
_profiling_get_accumulated_data ( ScriptLanguageExtensionProfilingInfo* info_array, int info_max ) virtual |
|
_profiling_get_frame_data ( ScriptLanguageExtensionProfilingInfo* info_array, int info_max ) virtual |
|
void |
_profiling_start ( ) virtual |
void |
_profiling_stop ( ) virtual |
void |
_reload_all_scripts ( ) virtual |
void |
_reload_tool_script ( Script script, bool soft_reload ) virtual |
void |
_remove_named_global_constant ( StringName name ) virtual |
_supports_builtin_mode ( ) virtual const |
|
_supports_documentation ( ) virtual const |
|
void |
_thread_enter ( ) virtual |
void |
_thread_exit ( ) virtual |
_validate ( String script, String path, bool validate_functions, bool validate_errors, bool validate_warnings, bool validate_safe_lines ) |