Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ statistics
Method
statistics
source/game/StarPlayer.cpp:285–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
StatisticsPtr Player::statistics() const {
286
return m_statistics;
287
}
288
289
void Player::setStatistics(StatisticsPtr statistics) {
290
m_statistics = statistics;
Callers
4
makePlayerCallbacks
Method · 0.45
resetAchievements
Method · 0.45
statistic
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected