Added initialiser list support to TypedDictionary

(cherry picked from commit 335b490061)
This commit is contained in:
Tom
2025-03-24 19:42:04 +00:00
committed by David Snopek
parent 3963054a14
commit 466a743112
3 changed files with 79 additions and 44 deletions

View File

@@ -70,6 +70,10 @@ class Ref {
}
public:
static _FORCE_INLINE_ String get_class_static() {
return T::get_class_static();
}
_FORCE_INLINE_ bool operator==(const T *p_ptr) const {
return reference == p_ptr;
}