function FindObjectAt(x, y: integer; var Distance: double): integer;
Description
Returns the object near the client coordinates x, y.
Distance will contain the object's distance from the specified coordinates.
Return a value <0 if no object is found.