- add_global_constant
void function(godot_pluginscript_language_data* p_data, const godot_string* p_variable, const godot_variant* p_value) add_global_constant;
Undocumented in source.
- auto_indent_code
void function(godot_pluginscript_language_data* p_data, godot_string* p_code, int p_from_line, int p_to_line) auto_indent_code;
Undocumented in source.
- comment_delimiters
char** comment_delimiters;
Undocumented in source.
- complete_code
godot_error function(godot_pluginscript_language_data* p_data, const godot_string* p_code, const godot_string* p_base_path, godot_object p_owner, godot_array* r_options, godot_bool* r_force, godot_string* r_call_hint) complete_code;
Undocumented in source.
- debug_get_error
godot_string function(godot_pluginscript_language_data* p_data) debug_get_error;
Undocumented in source.
- debug_get_globals
void function(godot_pluginscript_language_data* p_data, godot_packed_string_array* p_locals, godot_array* p_values, int p_max_subitems, int p_max_depth) debug_get_globals;
Undocumented in source.
- debug_get_stack_level_count
int function(godot_pluginscript_language_data* p_data) debug_get_stack_level_count;
Undocumented in source.
- debug_get_stack_level_function
godot_string function(godot_pluginscript_language_data* p_data, int p_level) debug_get_stack_level_function;
Undocumented in source.
- debug_get_stack_level_line
int function(godot_pluginscript_language_data* p_data, int p_level) debug_get_stack_level_line;
Undocumented in source.
- debug_get_stack_level_locals
void function(godot_pluginscript_language_data* p_data, int p_level, godot_packed_string_array* p_locals, godot_array* p_values, int p_max_subitems, int p_max_depth) debug_get_stack_level_locals;
Undocumented in source.
- debug_get_stack_level_members
void function(godot_pluginscript_language_data* p_data, int p_level, godot_packed_string_array* p_members, godot_array* p_values, int p_max_subitems, int p_max_depth) debug_get_stack_level_members;
Undocumented in source.
- debug_get_stack_level_source
godot_string function(godot_pluginscript_language_data* p_data, int p_level) debug_get_stack_level_source;
Undocumented in source.
- debug_parse_stack_level_expression
godot_string function(godot_pluginscript_language_data* p_data, int p_level, const godot_string* p_expression, int p_max_subitems, int p_max_depth) debug_parse_stack_level_expression;
Undocumented in source.
- extension
char* extension;
Undocumented in source.
- find_function
int function(godot_pluginscript_language_data* p_data, const godot_string* p_function, const godot_string* p_code) find_function;
Undocumented in source.
- finish
void function(godot_pluginscript_language_data* p_data) finish;
Undocumented in source.
- get_public_constants
void function(godot_pluginscript_language_data* p_data, godot_dictionary* r_constants) get_public_constants;
Undocumented in source.
- get_public_functions
void function(godot_pluginscript_language_data* p_data, godot_array* r_functions) get_public_functions;
Undocumented in source.
- get_template_source_code
godot_string function(godot_pluginscript_language_data* p_data, const godot_string* p_class_name, const godot_string* p_base_class_name) get_template_source_code;
Undocumented in source.
- has_named_classes
godot_bool has_named_classes;
Undocumented in source.
- initialize
godot_pluginscript_language_data* function() initialize;
Undocumented in source.
- make_function
godot_string function(godot_pluginscript_language_data* p_data, const godot_string* p_class, const godot_string* p_name, const godot_packed_string_array* p_args) make_function;
Undocumented in source.
- name
char* name;
Undocumented in source.
- profiling_frame
void function(godot_pluginscript_language_data* p_data) profiling_frame;
Undocumented in source.
- profiling_get_accumulated_data
int function(godot_pluginscript_language_data* p_data, godot_pluginscript_profiling_data* r_info, int p_info_max) profiling_get_accumulated_data;
Undocumented in source.
- profiling_get_frame_data
int function(godot_pluginscript_language_data* p_data, godot_pluginscript_profiling_data* r_info, int p_info_max) profiling_get_frame_data;
Undocumented in source.
- profiling_start
void function(godot_pluginscript_language_data* p_data) profiling_start;
Undocumented in source.
- profiling_stop
void function(godot_pluginscript_language_data* p_data) profiling_stop;
Undocumented in source.
- recognized_extensions
char** recognized_extensions;
Undocumented in source.
- reserved_words
char** reserved_words;
Undocumented in source.
- script_desc
godot_pluginscript_script_desc script_desc;
Undocumented in source.
- string_delimiters
char** string_delimiters;
Undocumented in source.
- supports_builtin_mode
godot_bool supports_builtin_mode;
Undocumented in source.
- type
char* type;
Undocumented in source.
- validate
godot_bool function(godot_pluginscript_language_data* p_data, const godot_string* p_script, int* r_line_error, int* r_col_error, godot_string* r_test_error, const godot_string* p_path, godot_packed_string_array* r_functions) validate;
Undocumented in source.