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

Method GetType

Source/Engine/Scripting/Runtime/Mono.cpp:991–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989}
990
991MTypes MCore::Type::GetType(MType* type)
992{
993 return (MTypes)type->type;
994}
995
996bool MCore::Type::IsPointer(MType* type)
997{

Callers 15

ResolveObjectFunction · 0.45
SendReplicationFunction · 0.45
SendRpcFunction · 0.45
InvokeObjectSpawnFunction · 0.45
InvokeSerializerMethod · 0.45
AddObjectMethod · 0.45
AddObjectIdMappingMethod · 0.45
GetObjectRoleMethod · 0.45
AccessVariantFunction · 0.45
GetCustomAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected