C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Range::Set

Defined in:  C4Types.h
Sets the beginning and end of a range.
Prototype

Range& Set(const type& x, const type& y);

Parameters
x The new beginning of the range.
y The new end of the range.
Description
The Set function sets the beginning and end of a range to the values given by the x and y parameters, respectively.