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

Method ToString

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

Source from the content-addressed store, hash-verified

425}
426
427MString* MCore::Object::ToString(MObject* obj)
428{
429 static void* GetObjectStringPtr = GetStaticMethodPointer(TEXT("GetObjectString"));
430 return (MString*)CallStaticMethod<void*, void*>(GetObjectStringPtr, obj);
431}
432
433int32 MCore::Object::GetHashCode(MObject* obj)
434{

Callers

nothing calls this directly

Calls 3

GetStaticMethodPointerFunction · 0.85
GetOrCreateClassFunction · 0.85
StringFunction · 0.50

Tested by

no test coverage detected