MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / setNewRoomType

Method setNewRoomType

source/game/PlayerSelection.h:52–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 { return mNewRoomType; }
51
52 inline void setNewRoomType(RoomType newRoomType)
53 { mNewRoomType = newRoomType; }
54
55 inline TrapType getNewTrapType() const
56 { return mNewTrapType; }

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected