From 4d8179ec70059f048fe835d7225de192370b7109 Mon Sep 17 00:00:00 2001 From: FlightControl_Master Date: Fri, 20 Oct 2017 14:10:59 +0200 Subject: [PATCH] Documentation --- .../Moose/Functional/AirbasePolice.lua | 4 +-- docs/Documentation/AI_A2A.html | 1 - docs/Documentation/AI_Patrol.html | 3 --- docs/Documentation/AirbasePolice.html | 2 +- docs/Documentation/Cargo.html | 2 ++ docs/Documentation/Designate.html | 1 - docs/Documentation/Detection.html | 4 +-- docs/Documentation/Fsm.html | 3 +-- docs/Documentation/Point.html | 1 - docs/Documentation/Settings.html | 2 +- docs/Documentation/Spawn.html | 25 +++---------------- docs/Documentation/Spot.html | 4 --- docs/Documentation/Task_Cargo.html | 3 +-- 13 files changed, 13 insertions(+), 42 deletions(-) diff --git a/Moose Development/Moose/Functional/AirbasePolice.lua b/Moose Development/Moose/Functional/AirbasePolice.lua index 3e95d65ec..6e6fe6be2 100644 --- a/Moose Development/Moose/Functional/AirbasePolice.lua +++ b/Moose Development/Moose/Functional/AirbasePolice.lua @@ -992,7 +992,7 @@ end --- @type AIRBASEPOLICE_NEVADA --- @extends Functional.AirbasePolice#AIRBASEPOLICE_BASE +-- @extends #AIRBASEPOLICE_BASE --- # AIRBASEPOLICE_NEVADA, extends @{#AIRBASEPOLICE_BASE} @@ -1047,7 +1047,7 @@ end -- AllClientsSet = SET_CLIENT:New():FilterStart() -- -- -- Monitor for these clients the airbases. --- AirbasePoliceCaucasus = AIRBASEPOLICE_NEVADA:New( AllClientsSet ) +-- AirbasePoliceNevada = AIRBASEPOLICE_NEVADA:New( AllClientsSet ) -- -- @field #AIRBASEPOLICE_NEVADA AIRBASEPOLICE_NEVADA = { diff --git a/docs/Documentation/AI_A2A.html b/docs/Documentation/AI_A2A.html index 67ca9d37e..54b845efc 100644 --- a/docs/Documentation/AI_A2A.html +++ b/docs/Documentation/AI_A2A.html @@ -671,7 +671,6 @@
- #number AI_A2A.IdleCount diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html index 7946f7c5e..5b9007b80 100644 --- a/docs/Documentation/AI_Patrol.html +++ b/docs/Documentation/AI_Patrol.html @@ -936,9 +936,6 @@ Use the method AIPATROLZONE.M - -

This table contains the targets detected during patrol.

-
diff --git a/docs/Documentation/AirbasePolice.html b/docs/Documentation/AirbasePolice.html index 81a4fe47e..2dd632995 100644 --- a/docs/Documentation/AirbasePolice.html +++ b/docs/Documentation/AirbasePolice.html @@ -388,7 +388,7 @@ AIRBASEPOLICE is communicating with this modified script to kick players!

AllClientsSet = SET_CLIENT:New():FilterStart() -- Monitor for these clients the airbases. -AirbasePoliceCaucasus = AIRBASEPOLICE_NEVADA:New( AllClientsSet ) +AirbasePoliceNevada = AIRBASEPOLICE_NEVADA:New( AllClientsSet ) diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html index ea6e33cb9..76ffb6a60 100644 --- a/docs/Documentation/Cargo.html +++ b/docs/Documentation/Cargo.html @@ -2269,6 +2269,7 @@ The amount of seconds to delay the action.

+ CARGO_CRATE.CargoCarrier @@ -3697,6 +3698,7 @@ The range till cargo will board.

+ CARGO_UNIT.CargoCarrier diff --git a/docs/Documentation/Designate.html b/docs/Documentation/Designate.html index acd819583..548df5b75 100644 --- a/docs/Documentation/Designate.html +++ b/docs/Documentation/Designate.html @@ -1160,7 +1160,6 @@ function below will use the range 1-7 just in case

- DESIGNATE.LaserCodes diff --git a/docs/Documentation/Detection.html b/docs/Documentation/Detection.html index 477b2312e..535e6d549 100644 --- a/docs/Documentation/Detection.html +++ b/docs/Documentation/Detection.html @@ -2469,7 +2469,6 @@ The index of the DetectedItem.

- #number DETECTION_BASE.DetectedItemCount @@ -2483,7 +2482,6 @@ The index of the DetectedItem.

- #number DETECTION_BASE.DetectedItemMax @@ -4061,7 +4059,7 @@ Return false to cancel Transition.

- #number + DETECTION_BASE.RefreshTimeInterval diff --git a/docs/Documentation/Fsm.html b/docs/Documentation/Fsm.html index 2dc168b7d..78de04a27 100644 --- a/docs/Documentation/Fsm.html +++ b/docs/Documentation/Fsm.html @@ -1608,7 +1608,7 @@ A string defining the start state.

- + #string FSM._StartState @@ -1907,7 +1907,6 @@ A string defining the start state.

- FSM.current diff --git a/docs/Documentation/Point.html b/docs/Documentation/Point.html index fbdfecd9e..47cdcecd6 100644 --- a/docs/Documentation/Point.html +++ b/docs/Documentation/Point.html @@ -3495,7 +3495,6 @@ The y coordinate.

- POINT_VEC2.z diff --git a/docs/Documentation/Settings.html b/docs/Documentation/Settings.html index 200c0b2e4..15ac19c6a 100644 --- a/docs/Documentation/Settings.html +++ b/docs/Documentation/Settings.html @@ -1250,7 +1250,7 @@ true if metric.

- #boolean + SETTINGS.Metric diff --git a/docs/Documentation/Spawn.html b/docs/Documentation/Spawn.html index a681b4c38..0d040986a 100644 --- a/docs/Documentation/Spawn.html +++ b/docs/Documentation/Spawn.html @@ -848,12 +848,6 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) - - - - SPAWN.uncontrolled - - @@ -2888,6 +2882,9 @@ when nothing was spawned.

+ +

Overwrite unit names by default with group name.

+
@@ -3309,7 +3306,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 ) -

When the first Spawn executes, all the Groups need to be made visible before start.

+

Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.

@@ -3889,20 +3886,6 @@ True = Continue Scheduler

- -
-
-
- - - -SPAWN.uncontrolled - -
-
- - -
diff --git a/docs/Documentation/Spot.html b/docs/Documentation/Spot.html index 50b44013c..703c5a3c9 100644 --- a/docs/Documentation/Spot.html +++ b/docs/Documentation/Spot.html @@ -775,7 +775,6 @@ true if it is lasing

- SPOT.ScheduleID @@ -789,7 +788,6 @@ true if it is lasing

- SPOT.SpotIR @@ -803,7 +801,6 @@ true if it is lasing

- SPOT.SpotLaser @@ -817,7 +814,6 @@ true if it is lasing

- SPOT.Target diff --git a/docs/Documentation/Task_Cargo.html b/docs/Documentation/Task_Cargo.html index 40b927b18..01e61d872 100644 --- a/docs/Documentation/Task_Cargo.html +++ b/docs/Documentation/Task_Cargo.html @@ -562,7 +562,7 @@ based on the tasking capabilities defined in Task#TA
- Core.Cargo#CARGO_GROUP + FSM_PROCESS.Cargo @@ -576,7 +576,6 @@ based on the tasking capabilities defined in Task#TA
- FSM_PROCESS.DeployZone