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

Method getObjectType

source/traps/Trap.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85GameEntityType Trap::getObjectType() const
86{
87 return GameEntityType::trap;
88}
89
90void Trap::addToGameMap()
91{

Callers 15

exportTileToPacketMethod · 0.45
numCreaturesInHandMethod · 0.45
computeMoodMethod · 0.45
handleFightMethod · 0.45
handleFightMethod · 0.45
doUpkeepMethod · 0.45
hasCarryEntitySpotMethod · 0.45
writeGameMapToFileFunction · 0.45
getPixelValueFromTileFunction · 0.45
processBehaviourMethod · 0.45
getRangeMaxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected