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

Method update

source/game/StarPlayerDeployment.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void PlayerDeployment::update(float dt) {
84 m_scriptComponent.update(m_scriptComponent.updateDt(dt));
85}
86
87void PlayerDeployment::render(RenderCallback* renderCallback, Vec2F const& position) {
88 for (auto drawablePair : m_scriptComponent.drawables()) {

Callers

nothing calls this directly

Calls 1

updateDtMethod · 0.80

Tested by

no test coverage detected