VPoint Object

See Also Properties Methods Events Model
World
VPoint

An x-y location in the Screen coordinate space.

Using the VPoint Object

The VPoint object represents a location with an X and Y property.

Example

In the following example, all Bot objects are moved to the VPoint location returned by the Center property of the Screen object.

Bots.MoveTo World.Screen.Center