Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
Maybe<LuaValue> Stagehand::evalScript(String const& code) {
111
return m_scriptComponent.eval(code);
112
}
113
114
Stagehand::Stagehand() {
115
setPersistent(true);
Callers
nothing calls this directly
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected