MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetHashCode

Method GetHashCode

Source/Engine/Scripting/Runtime/DotNet.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433int32 MCore::Object::GetHashCode(MObject* obj)
434{
435 static void* GetObjectStringPtr = GetStaticMethodPointer(TEXT("GetObjectHashCode"));
436 return CallStaticMethod<int32, void*>(GetObjectStringPtr, obj);
437}
438
439MString* MCore::String::GetEmpty(MDomain* domain)
440{

Callers

nothing calls this directly

Calls 1

GetStaticMethodPointerFunction · 0.85

Tested by

no test coverage detected