C4 Engine
C4 Engine API Documentation

Route::SetRouteNegation

Defined in:  C4Processes.h
Sets the route negation flag.
Prototype

void SetRouteNegation(bool negation);

Parameters
negation The new negation flag.
Description
The SetRouteNegation function specifies whether the route negates its data. If the value of the negation parameter is true, then the data is negated.

Initially, a route does not negate its data.
See Also

Route::GetRouteNegation

Route::GetRouteSwizzle

Route::SetRouteSwizzle