mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
9ddebc0c22
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>