MCPcopy 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
569Maybe<LuaValue> Vehicle::evalScript(String const& code) {
570 return m_scriptComponent.eval(code);
571}
572
573void Vehicle::setPosition(Vec2F const& position) {
574 m_movementController.setPosition(position);

Callers

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected