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

Method isJoinable

src/Core/Triggers/TriggerGroup.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 bool TriggerGroup::isJoinable() const
68 {
69 return m_joinable;
70 }
71
72 void TriggerGroup::pushParameterFromLua(const std::string& triggerName,
73 const std::string& parameterName, sol::object parameter)

Callers 1

joinTriggerGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected