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

Method IsLoaded

Source/Engine/Content/Assets/VisualScript.cpp:1870–1873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870bool VisualScriptingBinaryModule::IsLoaded() const
1871{
1872 return true;
1873}
1874
1875bool VisualScriptingBinaryModule::FindScriptingType(const StringAnsiView& typeName, int32& typeIndex)
1876{

Callers 15

ApplyChangesMethod · 0.45
GetStatsMethod · 0.45
CloneAssetFileMethod · 0.45
RequestChunkDataAsyncMethod · 0.45
GetMemoryUsageMethod · 0.45
runMethod · 0.45
loadAssetMethod · 0.45
HasChunkLoadedFunction · 0.45
OnSetMethod · 0.45
OnScriptsReloadingMethod · 0.45
InvokeMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected