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

Method evalScript

source/game/StarObject.cpp:1211–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211Maybe<LuaValue> Object::evalScript(String const& code) {
1212 return m_scriptComponent.eval(code);
1213}
1214
1215Vec2F Object::mouthPosition() const {
1216 if (auto orientation = currentOrientation()) {

Callers

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected