C4 Engine
C4 Engine API Documentation

Integer2D::Set

Defined in:  TSInteger.h
Sets both components of a vector.
Prototype

Integer2D& Set(int32 i, int32 j);

Parameters
i The new x coordinate.
j The new y coordinate.
Description
The Set function sets the x and y coordinates of a vector to the values given by the i and j parameters, respectively.

The return value is a reference to the vector object.