Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/actors/
H A Dactor.h483 void receiveHitU8(uint16 other, Direction dir, int damage, uint16 type);
H A Dactor.cpp923 receiveHitU8(other, dir, damage, damage_type); in receiveHit()
1174 void Actor::receiveHitU8(uint16 other, Direction dir, int damage, uint16 damage_type) { in receiveHitU8() function in Ultima::Ultima8::Actor
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Ditem.h663 void receiveHitU8(ObjId other, Direction dir, int damage, uint16 type);
H A Ditem.cpp2234 receiveHitU8(other, dir, damage, type); in receiveHit()
2239 void Item::receiveHitU8(uint16 other, Direction dir, int damage, uint16 type) { in receiveHitU8() function in Ultima::Ultima8::Item