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

Method IsLoaded

Source/Engine/Scripting/BinaryModule.cpp:1194–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194bool ManagedBinaryModule::IsLoaded() const
1195{
1196#if COMPILE_WITHOUT_CSHARP
1197 return true;
1198#else
1199 return Assembly->IsLoaded();
1200#endif
1201}
1202
1203void ManagedBinaryModule::GetMethods(const ScriptingTypeHandle& typeHandle, Array<void*>& methods)
1204{

Callers 15

setupResourcesMethod · 0.45
UpdateMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45
setupResourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected