CAS first prototype

This commit is contained in:
FlightControl
2017-01-13 14:05:09 +01:00
parent f5f59c4137
commit 60bb6de4a5
12 changed files with 1933 additions and 485 deletions

View File

@@ -126,6 +126,7 @@
--- The CONTROLLABLE class
-- @type CONTROLLABLE
-- @extends Wrapper.Positionable#POSITIONABLE
-- @field Dcs.DCSWrapper.Controllable#Controllable DCSControllable The DCS controllable class.
-- @field #string ControllableName The name of the controllable.
CONTROLLABLE = {

View File

@@ -28,7 +28,7 @@
--
-- ===
--
-- @module Wrapper.Identifiable
-- @module Identifiable
--- The IDENTIFIABLE class
-- @type IDENTIFIABLE

View File

@@ -22,7 +22,7 @@
--
-- ===
--
-- @module Wrapper.Object
-- @module Object
--- The OBJECT class
-- @type OBJECT

View File

@@ -23,7 +23,7 @@
--
-- ===
--
-- @module Wrapper.Positionable
-- @module Positionable
--- The POSITIONABLE class
-- @type POSITIONABLE