Home
last modified time | relevance | path

Searched refs:creatureAttributes (Results 1 – 4 of 4) sorted by relevance

/dports/games/keeperrl/keeperrl-alpha23/
H A Dview_object.cpp22 …odifiers, attributes, attachmentDir, creatureId, goodAdjectives, badAdjectives, creatureAttributes)
138 creatureAttributes = attribs; in setCreatureAttributes()
142 return creatureAttributes; in getCreatureAttributes()
H A Dview_object.h102 optional<CreatureAttributes> SERIAL(creatureAttributes);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dtimeline.cpp415 uint16 creatureAttributes = _vm->_dungeonMan->getCreatureAttributes(groupThing); in processEventDoorAnimation() local
416 …if ((groupThing != _vm->_thingEndOfList) && !getFlag(creatureAttributes, kDMCreatureMaskNonMateria… in processEventDoorAnimation()
417 …if (doorState >= (verticalDoorFl ? CreatureInfo::getHeight(creatureAttributes) : 1)) { /* Creature… in processEventDoorAnimation()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dtimeline.cpp415 uint16 creatureAttributes = _vm->_dungeonMan->getCreatureAttributes(groupThing); in processEventDoorAnimation() local
416 …if ((groupThing != _vm->_thingEndOfList) && !getFlag(creatureAttributes, kDMCreatureMaskNonMateria… in processEventDoorAnimation()
417 …if (doorState >= (verticalDoorFl ? CreatureInfo::getHeight(creatureAttributes) : 1)) { /* Creature… in processEventDoorAnimation()