Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void PlayerLog::addDeathCount(int deaths) {
46
m_deathCount += deaths;
47
}
48
49
double PlayerLog::playTime() const {
50
return m_playTime;
Callers
1
destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected