C4 Engine
C4 Engine API Documentation

Range::Set

Defined in:  TSTools.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.