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

Method evalScript

source/game/StarMonster.cpp:833–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833Maybe<LuaValue> Monster::evalScript(String const& code) {
834 return m_scriptComponent.eval(code);
835}
836
837Vec2F Monster::mouthPosition() const {
838 return mouthOffset() + position();

Callers

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected