You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add is_instance_valid() method to GDScript, ending more than a decade of pain.
This commit is contained in:
@@ -113,6 +113,7 @@ public:
|
||||
PRINT_STACK,
|
||||
INSTANCE_FROM_ID,
|
||||
LEN,
|
||||
IS_INSTANCE_VALID,
|
||||
FUNC_MAX
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user