mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add is_instance_valid() method to GDScript, ending more than a decade of pain.
This commit is contained in:
parent
80b9edf0f6
commit
ff1e7cfbf4
4 changed files with 18 additions and 10 deletions
|
|
@ -113,6 +113,7 @@ public:
|
|||
PRINT_STACK,
|
||||
INSTANCE_FROM_ID,
|
||||
LEN,
|
||||
IS_INSTANCE_VALID,
|
||||
FUNC_MAX
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue