Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
991
MTypes MCore::Type::GetType(MType* type)
992
{
993
return (MTypes)type->type;
994
}
995
996
bool MCore::Type::IsPointer(MType* type)
997
{
Callers
15
ResolveObject
Function · 0.45
SetupObjectSpawnMessageItem
Function · 0.45
SendReplication
Function · 0.45
SendRpc
Function · 0.45
InvokeObjectSpawn
Function · 0.45
InvokeSerializer
Method · 0.45
AddObject
Method · 0.45
AddObjectIdMapping
Method · 0.45
GetObjectOwnerClientId
Method · 0.45
GetObjectRole
Method · 0.45
AccessVariant
Function · 0.45
GetCustomAttribute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected