Find_AtPoint
Category:
Objects / Search
Since engine version:
5.1 OC
Description
Search criterion: finds all objects which overlap the specified coordinate point.
Syntax
array
Find_AtPoint(
int
x,
int
y);
Parameters
x:
X coordinate of the starting point. Relative to the calling object's center in local calls.
y:
Y coordinate of the starting point. Relative to the calling object's center in local calls.
Remark
For additional information on the use of this function see
FindObjects
.
See also:
FindObjects
Clonkonaut, 2006-07