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

Method setCurrentAction

source/game/PlayerSelection.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void PlayerSelection::setCurrentAction(SelectedAction action)
34{
35 mCurrentAction = action;
36 mNewTrapType = TrapType::nullTrapType;
37 mNewRoomType = RoomType::nullRoomType;
38 mNewSpellType = SpellType::nullSpellType;
39}

Callers 6

operator()Method · 0.80
operator()Method · 0.80
mousePressedMethod · 0.80
operator()Method · 0.80
mousePressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected