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

Method setParameters

source/game/StarActorMovementController.cpp:1121–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121void PathController::setParameters(PlatformerAStar::Parameters const& parameters) {
1122 m_parameters = parameters;
1123}
1124
1125void PathController::reset() {
1126 m_startPosition = {};

Callers 4

pathMoveMethod · 0.45
lightingCalcMethod · 0.45
initWorldMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected