Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ evalScript
Method
evalScript
source/game/StarVehicle.cpp:569–571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
}
568
569
Maybe<LuaValue> Vehicle::evalScript(String const& code) {
570
return m_scriptComponent.eval(code);
571
}
572
573
void Vehicle::setPosition(Vec2F const& position) {
574
m_movementController.setPosition(position);
Callers
nothing calls this directly
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected