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

Method getObjectType

source/entities/Creature.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326GameEntityType Creature::getObjectType() const
327{
328 return GameEntityType::creature;
329}
330
331void Creature::addToGameMap()
332{

Callers 6

handleIdleActionMethod · 0.45
getCreaturesFromListMethod · 0.45
takeDamageMethod · 0.45
releaseCarriedEntityMethod · 0.45
fireAddEntityMethod · 0.45
fireRemoveEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected