Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
void TechController::tickSlave(float dt) {
251
resetMoves();
252
updateAnimators(dt);
253
}
254
255
Maybe<TechController::ParentState> TechController::parentState() const {
256
return m_parentState.get();
Callers
7
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected