ObjectIsAt(obj:Any, x:Int, y:Int):Bool

Check whether object is at or covers a given coordinate.

Objects that cover a single point (ships, planets) must be at that very location. Objects that cover an area (minefields, ion storms, Ufos) must cover that location. Wrap is considered.

Returns a boolean value, or EMPTY if any parameter is EMPTY.

See also: Functions

This is a testing version.
It may be incomplete, and have more bugs (or features) than the public live version at planetscentral.com.