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

Method applyParameters

source/game/StarMovementController.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void MovementController::applyParameters(MovementParameters const& parameters) {
220 updateParameters(m_parameters.merge(parameters));
221}
222
223void MovementController::resetParameters(MovementParameters const& parameters) {
224 updateParameters(MovementParameters::sensibleDefaults().merge(parameters));

Callers

nothing calls this directly

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected