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

Method addDeathCount

source/game/StarPlayerLog.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void PlayerLog::addDeathCount(int deaths) {
46 m_deathCount += deaths;
47}
48
49double PlayerLog::playTime() const {
50 return m_playTime;

Callers 1

destroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected