MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getNamespace

Method getNamespace

src/Core/Triggers/Trigger.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 std::string Trigger::getNamespace() const
69 {
70 return m_parent.getNamespace();
71 }
72
73 void Trigger::registerEnvironment(const std::string& id, sol::environment environment,
74 const std::string& callback, bool* active)

Callers 4

TriggerMethod · 0.95
executeMethod · 0.95
removeTriggerGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected