You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add recursive comparison to Array and Dictionary
...and expose it to GDScript. Co-authored-by: Emmanuel Leblond <emmanuel.leblond@gmail.com>
This commit is contained in:
@@ -126,6 +126,7 @@ public:
|
||||
INSTANCE_FROM_ID,
|
||||
LEN,
|
||||
IS_INSTANCE_VALID,
|
||||
DEEP_EQUAL,
|
||||
FUNC_MAX
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user