Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
float AiDatabase::charactersPerSecond() const {
88
return m_animationConfig.charactersPerSecond;
89
}
90
91
String AiDatabase::defaultAnimation() const {
92
return m_animationConfig.defaultAnimation;
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected