GetActuator

virtual PActuator IController::GetActuator(const std::string &name) = 0

Gets the actuator with the specified name.

Parameters

name – Name of the actuator.

Returns

PActuator – The actuator with the specified name.

Throws