C4 Engine
C4 Engine API Documentation

Controller::NewController

Defined in:  C4Controller.h
Constructs a new controller of a particular type.
Prototype

static Controller *NewController(ControllerType type);

Parameters
type The type of controller to construct.
Description
The NewController function constructs a new controller having the type specified by the type parameter.
See Also

ControllerReg