37 {
39 if (vehCommand)
40 {
42 if (trans)
43 {
44 Car car;
46 {
48 {
49 return false;
50 }
51
53 }
54 }
55 }
56
57 return false;
58 }
Super root of all classes in Enforce script.
proto native Transport GetTransport()
Base native class for all motorized wheeled vehicles.
DayZPlayerConstants
defined in C++
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.