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

Method defaultAnimation

source/game/StarAiDatabase.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91String AiDatabase::defaultAnimation() const {
92 return m_animationConfig.defaultAnimation;
93}
94
95AiSpeech AiDatabase::parseSpeech(Json const& v) {
96 return AiSpeech{v.getString("animation"), v.getString("text"), v.getFloat("speedModifier", 1.0f)};

Callers 1

selectRecruitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected