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

Method dance

source/game/StarHumanoid.cpp:616–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616Maybe<String> Humanoid::dance() const {
617 return m_dance;
618}
619
620bool Humanoid::danceCyclicOrEnded() const {
621 if (!m_dance)

Callers 2

updateMethod · 0.80
setNetStatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected