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

Method evalScript

source/game/StarStagehand.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110Maybe<LuaValue> Stagehand::evalScript(String const& code) {
111 return m_scriptComponent.eval(code);
112}
113
114Stagehand::Stagehand() {
115 setPersistent(true);

Callers

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected