78 {
79 super.OnEndServer(action_data);
80
82 if (!vehCommand)
83 return;
84
86 if (!trans)
87 return;
88
91 car.SetCarEngineSoundState(CarEngineSoundState.NONE);
92 }
Super root of all classes in Enforce script.
proto native Transport GetTransport()
Base native class for all motorized wheeled vehicles.
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.