4 HumanCommandVehicle m_hcv;
6 void SetVehicleCommand(HumanCommandVehicle hcv)
9 hcv.SetClutchState(
true);
13 override void OnFinish(
bool pCanceled)
15 Human owner = GetHuman();
18 HumanCommandVehicle hcv = owner.GetCommand_Vehicle();
21 hcv.SetClutchState(
false);