godot/modules/gdscript
K. S. Ernest (iFire) Lee 9ddebc0c22 Add a const call mode to Object, Variant and Script.
For this to work safely (user not call queue_free or something in the expression), a const call mode was added to Object and Variant (and optionally Script).

This mode ensures only const functions can be called, making it safe to use from the editor.

Co-Authored-By: reduz <reduzio@gmail.com>
2022-06-27 13:33:06 -07:00
..
doc_classes
editor Fix EditorScenePostImport templates for C# 2022-06-16 19:29:59 +02:00
icons
language_server Merge pull request #59482 from kurtlachmann/lsp_better_parentheses 2022-06-15 15:31:35 +02:00
tests Merge pull request #59358 from strank/debug-inner-classes 2022-06-15 10:37:18 -03:00
config.py
gdscript_analyzer.cpp Add a const call mode to Object, Variant and Script. 2022-06-27 13:33:06 -07:00
gdscript_analyzer.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_byte_codegen.cpp Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
gdscript_byte_codegen.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_cache.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_cache.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_codegen.h
gdscript_compiler.cpp GDScript: Use implicit method for @onready variables 2022-06-24 14:49:21 -03:00
gdscript_compiler.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_disassembler.cpp
gdscript_editor.cpp Rename export_range's noslider option to no_slider 2022-06-24 10:45:34 +02:00
gdscript_function.cpp GDScript: Fix stack overflow when using multiple await 2022-05-27 09:31:37 -03:00
gdscript_function.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gdscript_lambda_callable.cpp Clean up Hash Functions 2022-06-20 12:54:19 +02:00
gdscript_lambda_callable.h
gdscript_parser.cpp Implement varargs in Methodinfo 2022-06-23 14:50:38 +02:00
gdscript_parser.h GDScript: Support % in shorthand for get_node 2022-05-27 13:46:18 -03:00
gdscript_rpc_callable.cpp Clean up Hash Functions 2022-06-20 12:54:19 +02:00
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Implement exponential operator (**) to GDScript/Expressions 2022-05-11 16:30:37 +03:00
gdscript_tokenizer.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp Add a const call mode to Object, Variant and Script. 2022-06-27 13:33:06 -07:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp GDScript: Use implicit method for @onready variables 2022-06-24 14:49:21 -03:00
gdscript.h GDScript: Use implicit method for @onready variables 2022-06-24 14:49:21 -03:00
register_types.cpp Add a new HashSet template 2022-05-20 22:40:38 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub