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

Method getObjectType

source/spells/Spell.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45GameEntityType Spell::getObjectType() const
46{
47 return GameEntityType::spell;
48}
49
50void Spell::doUpkeep()
51{

Callers 8

checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45
checkSpellCastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected