Add support for object reference wrappers usage in hash maps and dictionaries
This commit is contained in:
@@ -318,3 +318,9 @@ public:
|
||||
OnSet(object);
|
||||
}
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
uint32 GetHash(const ScriptingObjectReference<T>& key)
|
||||
{
|
||||
return GetHash(key.GetID());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user