Home
last modified time | relevance | path

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

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOUNITAC.cpp1134 int Unit::is_in_surrounding(int checkXLoc, int checkYLoc, int width, int objectXLoc, int objectYLoc, in is_in_surrounding() argument
1141 checkYLoc>=objectYLoc-width && checkYLoc<=objectYLoc+objectHeight) in is_in_surrounding()
1147 checkYLoc>=objectYLoc-width-1 && checkYLoc<=objectYLoc+objectHeight+1) in is_in_surrounding()