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

Method Get

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

Source from the content-addressed store, hash-verified

941}
942
943MObject* MCore::Exception::Get(const char* msg)
944{
945 return (MonoObject*)mono_exception_from_name_msg(mono_get_corlib(), "System", "Exception", msg);
946}
947
948MObject* MCore::Exception::GetArgument(const char* arg, const char* msg)
949{

Callers 15

onImportLightmapMethod · 0.45
saveStateMethod · 0.45
loadStateMethod · 0.45
cacheStaticGeometryTreeFunction · 0.45
packChartsMethod · 0.45
onJobRenderMethod · 0.45
RequestCompilerMethod · 0.45
ResolveShaderPathMethod · 0.45
GetIncludedFileSourceMethod · 0.45
GetDefineForFunctionMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteFunction · 0.36