MCPcopy 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
285StatisticsPtr Player::statistics() const {
286 return m_statistics;
287}
288
289void Player::setStatistics(StatisticsPtr statistics) {
290 m_statistics = statistics;

Callers 4

makePlayerCallbacksMethod · 0.45
resetAchievementsMethod · 0.45
statisticMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected