MCPcopy 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

checkNeedRoomMethod · 0.80
refreshMainUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected