Added GROUP, ZONE classes to handle Tasks and Zones

GROUP will be a class abstraction for the DCS Group class, incorporating
the Controller for tasks.

ZONE will be a class abstraction for a trigger zone.

Each of these classes will have properties to further emulate tasks, and
execute all kind of actions on the object.
This commit is contained in:
svenvandevelde
2016-02-17 14:58:27 +01:00
parent 6019a2a170
commit 4a52422fe1
4 changed files with 168 additions and 8 deletions

View File

@@ -3,6 +3,7 @@
-- @parent TASK
Include.File("Task")
Include.File("Cargo")
PICKUPTASK = {
ClassName = "PICKUPTASK",