object - commandobject - unit


int DistanceTo(int nX, int nY)

Scope: private

Parameters
nX - X-coordinate of point.
nY - Y-coordinate of point.

Return values
Distance to point (nX, nY) from our location.

Description

See also
Distance