Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getNumCreaturesFighters
Method
getNumCreaturesFighters
source/game/SeatData.h:89–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
{ return mManaDelta; }
88
89
inline int getNumCreaturesFighters() const
90
{ return mNumCreaturesFighters; }
91
92
inline int getNumCreaturesFightersMax() const
93
{ return mNumCreaturesFightersMax; }
Callers
3
handleSpawnWave
Method · 0.80
doUpkeep
Method · 0.80
refreshMainUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected