Home
last modified time | relevance | path

Searched refs:getCollRectX (Results 1 – 13 of 13) sorted by relevance

/dports/games/wop/wop-0.4.3/src/
H A Dbonus.cpp75 ? ( cdx + A->getCollRectX() in checkPicking()
76 - getCollRectX() - getCollRectWidth()) in checkPicking()
77 : ( - cdx + getCollRectX() in checkPicking()
78 - A->getCollRectX() - A->getCollRectWidth() ); in checkPicking()
H A Dweaponhelicopter.cpp27 helicopter->getCollRectX() + helicopter->getCollRectWidth() - 1, in reallyShoot()
28 -helicopter->getCollRectX(), in reallyShoot()
H A Dweaponguidedmissile.cpp24 avatar->placeBesideCollRect( homing->getCollRectX() in reallyShoot()
26 -homing->getCollRectX(), in reallyShoot()
H A Dweaponmine.cpp15 avatar->placeBesideCollRect( mine->getCollRectX() + mine->getCollRectWidth() - 1, in reallyShoot()
16 -mine->getCollRectX(), in reallyShoot()
H A Dweaponhomingmissile.cpp26 avatar->placeBesideCollRect( homing->getCollRectX() in reallyShoot()
28 -homing->getCollRectX(), in reallyShoot()
H A Dweaponhookrel.cpp27 avatar->placeBesideCollRect( hook->getCollRectX() + hook->getCollRectWidth() - 1, in reallyShoot()
28 -hook->getCollRectX(), in reallyShoot()
H A Dweaponmissile.cpp28 avatar->placeBesideCollRect( missile->getCollRectX() + missile->getCollRectWidth() - 1, in reallyShoot()
29 -missile->getCollRectX(), in reallyShoot()
H A Dweapongrenade.cpp37 avatar->placeBesideCollRect( grenade->getCollRectX() + grenade->getCollRectWidth() - 1, in reallyShoot()
38 -grenade->getCollRectX(), in reallyShoot()
H A Dweaponhook.cpp65 avatar->placeBesideCollRect( hook->getCollRectX() + hook->getCollRectWidth() - 1, in reallyShoot()
66 -hook->getCollRectX(), in reallyShoot()
H A Dbonusshield.cpp77 Vector( avatar->getCollRectX() + 0.5 * avatar->getCollRectWidth(), in updateInBonusPack()
H A Dbonusmanager.cpp203 posX + bonus->getCollRectX(), in updatePlacement()
205 posX + bonus->getCollRectX() + bonus->getCollRectWidth(), in updatePlacement()
H A Dbonusinvisible.cpp97 Vector( avatar->getCollRectX() + 0.5 * avatar->getCollRectWidth(), in updateInBonusPack()
H A Dcollidableobject.hpp82 Sint32 getCollRectX( void ) const { return m_collRectX; } in getCollRectX() function in CollidableObject