C4 Engine
C4 Engine API Documentation

Route::SetRouteSwizzle

Defined in:  C4Processes.h
Returns the route swizzle code.
Prototype

void SetRouteSwizzle(uint32 swizzle);

Parameters
swizzle The new swizzle code, consisting of four lower-case letters.
Description
The SetRouteSwizzle function sets the route swizzle code to that specified by the swizzle parameter. The swizzle code must consists of four lower-case letters that is a combination of letters in the set {x, y, z, w, r, g, b, a}.

Initially, the route swizzle is 'xyzw'.
See Also

Route::SetRouteSwizzle

Route::GetRouteNegation

Route::SetRouteNegation