Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getGoldMax
Method
getGoldMax
source/game/SeatData.h:80–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
{ return mGold; }
79
80
inline int getGoldMax() const
81
{ return mGoldMax; }
82
83
inline double getMana() const
84
{ return mMana; }
Callers
2
checkNeedRoom
Method · 0.80
refreshMainUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected