Definition at line 2 of file ActionAttachWheels.c.
◆ ActionAttachWheels()
void ActionAttachWheels::ActionAttachWheels |
( |
| ) |
|
|
inlineprivate |
◆ ActionCondition()
Definition at line 12 of file ActionAttachWheels.c.
13 {
15
19
21 {
24 {
27 return true;
28 }
29
31 {
34 return true;
35 }
36
38 {
39 Print(
"prostredni leve");
41 return true;
42 }
43
45 {
46 Print(
"druhe predni leve");
48 return true;
49 }
50
52 {
53 Print(
"Predni prave");
55 return true;
56 }
57
59 {
62 return true;
63 }
64
66 {
67 Print(
"prostredni prave");
69 return true;
70 }
71
73 {
74 Print(
"druhe predni prave");
76 return true;
77 }
78 }
79
80 return false;
81 }
proto void Print(void var)
Prints content of variable to console/log.
References m_wheel_hub, and Print().
◆ OnExecuteClient()
Definition at line 92 of file ActionAttachWheels.c.
93 {
100 }
Super root of all classes in Enforce script.
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
References Class::CastTo(), and m_wheel_hub.
◆ OnExecuteServer()
◆ m_wheel_hub
int ActionAttachWheels::m_wheel_hub |
|
private |
The documentation for this class was generated from the following file: