Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getTimeRemain
Method
getTimeRemain
source/game/Player.h:71–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
{ return mTile; }
70
71
inline float getTimeRemain() const
72
{ return mTimeRemain; }
73
74
inline void setTimeRemain(float timeRemain)
75
{ mTimeRemain = timeRemain; }
Callers
1
upkeepPlayer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected