GetController

virtual PTopController ISystem::GetController(const std::string &name) = 0

Gets the discovered top-controller with the specified name.

Parameters

name – Name of the top-controller.

Returns

PTopController – Discovered top-controller with the specified name.

Throws

CInvalidArgumentException – A top-controller with the specified name does not exist.