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

Method GetHandle

Source/Engine/Scripting/BinaryModule.cpp:368–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368ScriptingTypeHandle ScriptingType::GetHandle() const
369{
370 int32 typeIndex;
371 if (Module && Module->FindScriptingType(Fullname, typeIndex))
372 {
373 return ScriptingTypeHandle(Module, typeIndex);
374 }
375 return ScriptingTypeHandle();
376}
377
378ScriptingObject* ScriptingType::GetDefaultInstance() const
379{

Callers 2

CompileMethod · 0.45
ToSpanFunction · 0.45

Calls 2

ScriptingTypeHandleClass · 0.70
FindScriptingTypeMethod · 0.45

Tested by 1

ToSpanFunction · 0.36