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

Method getNewRoomType

source/game/PlayerSelection.h:49–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 void setCurrentAction(SelectedAction action);
48
49 inline RoomType getNewRoomType() const
50 { return mNewRoomType; }
51
52 inline void setNewRoomType(RoomType newRoomType)
53 { mNewRoomType = newRoomType; }

Callers 2

checkInputCommandMethod · 0.80
checkInputCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected