| 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) |
no outgoing calls
no test coverage detected