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

Method charactersPerSecond

source/game/StarAiDatabase.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87float AiDatabase::charactersPerSecond() const {
88 return m_animationConfig.charactersPerSecond;
89}
90
91String AiDatabase::defaultAnimation() const {
92 return m_animationConfig.defaultAnimation;

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected