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

Method tickSlave

source/game/StarTechController.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void TechController::tickSlave(float dt) {
251 resetMoves();
252 updateAnimators(dt);
253}
254
255Maybe<TechController::ParentState> TechController::parentState() const {
256 return m_parentState.get();

Callers 7

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected