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

Method pushParameterFromLua

src/Core/Triggers/TriggerGroup.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void TriggerGroup::pushParameterFromLua(const std::string& triggerName,
73 const std::string& parameterName, sol::object parameter)
74 {
75 this->get(triggerName).lock()->pushParameterFromLua(parameterName, parameter);
76 }
77
78 std::vector<std::string> TriggerGroup::getTriggersNames()
79 {

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
lockMethod · 0.80

Tested by

no test coverage detected