MCPcopy Create free account
hub / github.com/antopilo/Nuake / HasEntityScriptInstance

Method HasEntityScriptInstance

Nuake/Source/Nuake/Scripting/ScriptingEngineNet.cpp:746–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744 }
745
746 bool ScriptingEngineNet::HasEntityScriptInstance(const Entity& entity)
747 {
748 if (!isInitialized)
749 {
750 return false;
751 }
752
753 return entityToManagedObjects.find(entity.GetID()) != entityToManagedObjects.end();
754 }
755
756 void ScriptingEngineNet::CopyNuakeNETAssemblies(const std::string& path)
757 {

Callers 7

InitMethod · 0.80
UpdateMethod · 0.80
ExitMethod · 0.80
GetEntityScriptFromNameFunction · 0.80
EntityHasManagedInstanceFunction · 0.80

Calls 3

findMethod · 0.45
GetIDMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected