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

Method getNewSpellType

source/game/PlayerSelection.h:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 { mNewTrapType = newTrapType; }
60
61 inline SpellType getNewSpellType() const
62 { return mNewSpellType; }
63
64 inline void setNewSpellType(SpellType newSpellType)
65 { mNewSpellType = newSpellType; }

Callers 1

checkInputCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected