Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
GameEntityType Spell::getObjectType() const
46
{
47
return GameEntityType::spell;
48
}
49
50
void Spell::doUpkeep()
51
{
Callers
8
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
checkSpellCast
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected