GetInput

virtual PInput IActuator::GetInput(const std::string &name) = 0

Gets the input with specified name of this actuator.

Parameters

name – Name of the input.

Returns

PInput – The input with the specified name.

Throws