39 Print(
"prostredni leve");
46 Print(
"druhe predni leve");
53 Print(
"Predni prave");
67 Print(
"prostredni prave");
74 Print(
"druhe predni prave");
override void OnExecuteServer(ActionData action_data)
void ActionAttachWheels()
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
override void OnExecuteClient(ActionData action_data)
Super root of all classes in Enforce script.
proto void Print(void var)
Prints content of variable to console/log.
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.