object - commandobject - unit


int IsFreePoint(int nX, int nY, int nZ)

Scope: private

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

Return values
True if point (nX, nY, nZ) is free and unit can can move there, false otherwise.

Description

See also