MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~ManagedBinaryModule

Method ~ManagedBinaryModule

Source/Engine/Scripting/BinaryModule.cpp:754–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752}
753
754ManagedBinaryModule::~ManagedBinaryModule()
755{
756 // Unregister
757 auto& modules = GetModules();
758 modules.RemoveKeepOrder(this);
759
760 // Cleanup
761 Delete(Assembly);
762}
763
764ManagedBinaryModule* ManagedBinaryModule::GetModule(const MAssembly* assembly)
765{

Callers

nothing calls this directly

Calls 2

DeleteFunction · 0.85
RemoveKeepOrderMethod · 0.80

Tested by

no test coverage detected