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

Method setNewTrapType

source/game/PlayerSelection.h:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 { return mNewTrapType; }
57
58 inline void setNewTrapType(TrapType newTrapType)
59 { mNewTrapType = newTrapType; }
60
61 inline SpellType getNewSpellType() const
62 { return mNewSpellType; }

Callers 1

operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected