Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1211
Maybe<LuaValue> Object::evalScript(String const& code) {
1212
return m_scriptComponent.eval(code);
1213
}
1214
1215
Vec2F Object::mouthPosition() const {
1216
if (auto orientation = currentOrientation()) {
Callers
nothing calls this directly
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected