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

Method tick

source/frontend/StarCharCreation.cpp:186–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void CharCreationPane::tick(float dt) {
187 Pane::tick(dt);
188 if (!active())
189 return;
190 if (!m_previewPlayer)
191 return;
192 m_previewPlayer->animatePortrait(dt);
193}
194
195bool CharCreationPane::sendEvent(InputEvent const& event) {
196 if (active() && m_previewPlayer) {

Callers

nothing calls this directly

Calls 1

animatePortraitMethod · 0.80

Tested by

no test coverage detected