| 564 | } |
| 565 | |
| 566 | bool Npc::aggressive() const { |
| 567 | return m_aggressive.get(); |
| 568 | } |
| 569 | |
| 570 | Maybe<LuaValue> Npc::callScript(String const& func, LuaVariadic<LuaValue> const& args) { |
| 571 | return m_scriptComponent.invoke(func, args); |
no test coverage detected