virtualx-engine/core/extension
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
..
extension_api_dump.cpp Add core types enums description to extension api json 2022-06-23 19:19:22 +02:00
extension_api_dump.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gdnative_interface.cpp [GDExtension] Expose Variant, NodePath and StringName hash functions. 2022-06-06 12:19:56 +03:00
gdnative_interface.h Add a const call mode to Object, Variant and Script. 2022-06-27 13:33:06 -07:00
make_wrappers.py Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
native_extension.cpp GDExtension: print error messages for different error paths during loading 2022-06-19 10:14:41 +02:00
native_extension.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
native_extension_manager.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
native_extension_manager.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
SCsub Add GDExtension support to Script 2022-03-27 16:13:00 +02:00