Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getNewTrapType
Method
getNewTrapType
source/game/PlayerSelection.h:55–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
{ mNewRoomType = newRoomType; }
54
55
inline TrapType getNewTrapType() const
56
{ return mNewTrapType; }
57
58
inline void setNewTrapType(TrapType newTrapType)
59
{ mNewTrapType = newTrapType; }
Callers
2
checkInputCommand
Method · 0.80
checkInputCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected