MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / aggressive

Method aggressive

source/game/StarNpc.cpp:566–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

entityAggressiveMethod · 0.45
isMonsterMethod · 0.45
isValidTargetMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected