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