From d8db60c66198f83e9e9fa5d5dbe356cfa485f0ff Mon Sep 17 00:00:00 2001 From: MooseBotter Date: Wed, 15 Jul 2026 17:54:19 +0000 Subject: [PATCH] Auto commit by GitHub Actions Workflow --- Documentation/Core.Astar.html | 94 ++ Documentation/Core.Base.html | 94 ++ Documentation/Core.Beacon.html | 94 ++ Documentation/Core.ClientMenu.html | 188 +++ Documentation/Core.Condition.html | 94 ++ Documentation/Core.Database.html | 94 ++ Documentation/Core.Event.html | 236 +++- Documentation/Core.Fsm.html | 380 +++++- Documentation/Core.MarkerOps_Base.html | 94 ++ Documentation/Core.Message.html | 94 ++ Documentation/Core.Pathline.html | 94 ++ Documentation/Core.Point.html | 94 ++ Documentation/Core.Report.html | 94 ++ Documentation/Core.ScheduleDispatcher.html | 94 ++ Documentation/Core.Scheduler.html | 94 ++ Documentation/Core.Set.html | 1222 ++++++++++++++++++++ Documentation/Core.Settings.html | 102 +- Documentation/Core.Spawn.html | 398 ++++++- Documentation/Core.SpawnStatic.html | 98 +- Documentation/Core.Spot.html | 193 ++++ Documentation/Core.TextAndSound.html | 94 ++ Documentation/Core.Timer.html | 94 ++ Documentation/Core.Zone.html | 282 +++++ Documentation/DCS.html | 8 +- Documentation/Functional.AICSAR.html | 94 ++ Documentation/Functional.ATC_Ground.html | 198 +++- Documentation/Functional.AmmoTruck.html | 94 ++ Documentation/Functional.Artillery.html | 94 ++ Documentation/Functional.Autolase.html | 120 +- Documentation/Functional.CleanUp.html | 94 ++ Documentation/Functional.ClientWatch.html | 94 ++ Documentation/Functional.Detection.html | 409 ++++++- Documentation/Functional.Escort.html | 94 ++ Documentation/Functional.FORMATION.html | 94 ++ Documentation/Functional.Fox.html | 94 ++ Documentation/Functional.Mantis.html | 258 +++-- Documentation/Functional.Movement.html | 122 ++ Documentation/Functional.PseudoATC.html | 94 ++ Documentation/Functional.RAT.html | 218 ++++ Documentation/Functional.Range.html | 94 ++ Documentation/Functional.Scoring.html | 94 ++ Documentation/Functional.Sead.html | 94 ++ Documentation/Functional.Shorad.html | 94 ++ Documentation/Functional.Stratego.html | 94 ++ Documentation/Functional.Suppression.html | 94 ++ Documentation/Functional.Tiresias.html | 94 ++ Documentation/Functional.Warehouse.html | 94 ++ Documentation/Navigation.Beacons.html | 94 ++ Documentation/Navigation.Point.html | 188 +++ Documentation/Navigation.Radios.html | 94 ++ Documentation/Navigation.Towns.html | 94 ++ Documentation/OPS.FlightControl.html | 94 ++ Documentation/Ops.ATIS.html | 94 ++ Documentation/Ops.AWACS.html | 94 ++ Documentation/Ops.Airboss.html | 184 +-- Documentation/Ops.Airwing.html | 94 ++ Documentation/Ops.ArmyGroup.html | 94 ++ Documentation/Ops.Auftrag.html | 94 ++ Documentation/Ops.Brigade.html | 94 ++ Documentation/Ops.CSAR.html | 139 ++- Documentation/Ops.CTLD.html | 288 +++-- Documentation/Ops.Cohort.html | 94 ++ Documentation/Ops.Commander.html | 94 ++ Documentation/Ops.EasyAG.html | 94 ++ Documentation/Ops.EasyGCICAP.html | 94 ++ Documentation/Ops.Fleet.html | 94 ++ Documentation/Ops.FlightGroup.html | 162 ++- Documentation/Ops.Flotilla.html | 94 ++ Documentation/Ops.Intel.html | 386 +++---- Documentation/Ops.Legion.html | 94 ++ Documentation/Ops.NavyGroup.html | 94 ++ Documentation/Ops.Operation.html | 94 ++ Documentation/Ops.OpsGroup.html | 94 ++ Documentation/Ops.OpsTransport.html | 94 ++ Documentation/Ops.OpsZone.html | 103 +- Documentation/Ops.Platoon.html | 94 ++ Documentation/Ops.PlayerRecce.html | 94 ++ Documentation/Ops.PlayerTask.html | 194 +++- Documentation/Ops.RecoveryTanker.html | 94 ++ Documentation/Ops.RescueHelo.html | 94 ++ Documentation/Ops.Squadron.html | 94 ++ Documentation/Ops.TARS.html | 188 +++ Documentation/Ops.Target.html | 94 ++ Documentation/Shapes.POLYGON.html | 94 ++ Documentation/Shapes.SHAPE_BASE.html | 94 ++ Documentation/Sound.Radio.html | 94 ++ Documentation/Sound.RadioQueue.html | 94 ++ Documentation/Sound.RadioSpeech.html | 94 ++ Documentation/Sound.SRS.html | 188 +++ Documentation/Sound.SoundOutput.html | 282 +++++ Documentation/Utilities.FiFo.html | 232 +++- Documentation/Utilities.Socket.html | 94 ++ Documentation/Wrapper.Airbase.html | 94 ++ Documentation/Wrapper.Client.html | 94 ++ Documentation/Wrapper.Controllable.html | 149 ++- Documentation/Wrapper.DynamicCargo.html | 94 ++ Documentation/Wrapper.Group.html | 172 +-- Documentation/Wrapper.Identifiable.html | 94 ++ Documentation/Wrapper.Marker.html | 94 ++ Documentation/Wrapper.Net.html | 94 ++ Documentation/Wrapper.Object.html | 94 ++ Documentation/Wrapper.Positionable.html | 232 +++- Documentation/Wrapper.Scenery.html | 94 ++ Documentation/Wrapper.Static.html | 94 ++ Documentation/Wrapper.Storage.html | 94 ++ Documentation/Wrapper.Unit.html | 94 ++ Documentation/Wrapper.Weapon.html | 94 ++ 107 files changed, 13754 insertions(+), 909 deletions(-) diff --git a/Documentation/Core.Astar.html b/Documentation/Core.Astar.html index b33cb8d0b..69b7dfa60 100644 --- a/Documentation/Core.Astar.html +++ b/Documentation/Core.Astar.html @@ -2002,6 +2002,12 @@ describe the optimal path from the start node to the end node.

ASTAR:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ASTAR:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2237,6 +2243,12 @@ Have a look at the class Core.Event#EVENT

ASTAR:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ASTAR:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5131,6 +5143,52 @@ Very often the distance between nodes is a good measure for the cost.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6649,6 +6707,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Base.html b/Documentation/Core.Base.html index 7f6ad44a4..565c2f5ae 100644 --- a/Documentation/Core.Base.html +++ b/Documentation/Core.Base.html @@ -1753,6 +1753,12 @@ object name to the method.

BASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

BASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1988,6 +1994,12 @@ Have a look at the class Core.Event#EVENT

BASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

BASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2725,6 +2737,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+
+

BASE

+
+

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4243,6 +4301,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+
+

BASE

+
+

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Beacon.html b/Documentation/Core.Beacon.html index de4df504f..1bfc87e16 100644 --- a/Documentation/Core.Beacon.html +++ b/Documentation/Core.Beacon.html @@ -1677,6 +1677,12 @@ This uses the very generic singleton function "trigger.action.radioTransmission(

BEACON:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

BEACON:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1912,6 +1918,12 @@ Have a look at the class Core.Event#EVENT

BEACON:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

BEACON:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3628,6 +3640,52 @@ UnitBeacon:RadioBeacon("MySoundFileSOS.ogg", 40, radio.modulation.FM, 20, 5*60)< + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5146,6 +5204,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.ClientMenu.html b/Documentation/Core.ClientMenu.html index 414c0deae..86635fcbf 100644 --- a/Documentation/Core.ClientMenu.html +++ b/Documentation/Core.ClientMenu.html @@ -1949,6 +1949,12 @@ for entries etc, push to one or all clients.

CLIENTMENU:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CLIENTMENU:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2184,6 +2190,12 @@ Have a look at the class Core.Event#EVENT

CLIENTMENU:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CLIENTMENU:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2775,6 +2787,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

CLIENTMENUMANAGER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CLIENTMENUMANAGER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3010,6 +3028,12 @@ Have a look at the class Core.Event#EVENT

CLIENTMENUMANAGER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CLIENTMENUMANAGER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4645,6 +4669,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6163,6 +6233,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -9789,6 +9895,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11307,6 +11459,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Condition.html b/Documentation/Core.Condition.html index f6eaf4e17..899644ce2 100644 --- a/Documentation/Core.Condition.html +++ b/Documentation/Core.Condition.html @@ -1777,6 +1777,12 @@

CONDITION:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CONDITION:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2012,6 +2018,12 @@ Have a look at the class Core.Event#EVENT

CONDITION:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CONDITION:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3844,6 +3856,52 @@ Technically, a random number between 0 and 100 is created. If the given success + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5362,6 +5420,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Database.html b/Documentation/Core.Database.html index 2c03decc1..a9db410cf 100644 --- a/Documentation/Core.Database.html +++ b/Documentation/Core.Database.html @@ -2225,6 +2225,12 @@ Moose refers to _DATABASE within the framework extensively, but

DATABASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

DATABASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2460,6 +2466,12 @@ Have a look at the class Core.Event#EVENT

DATABASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

DATABASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -7316,6 +7328,52 @@ This method is used by the SPAWN class.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -8834,6 +8892,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Event.html b/Documentation/Core.Event.html index da9c1c011..fbf36b1fe 100644 --- a/Documentation/Core.Event.html +++ b/Documentation/Core.Event.html @@ -1953,6 +1953,12 @@ Example code snippet:

EVENT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

EVENT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2188,6 +2194,12 @@ Have a look at the class Core.Event#EVENT

EVENT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

EVENT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2548,19 +2560,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

EVENTDATA.IniCoalition

-

(UNIT) The coalition of the initiator.

+

(UNIT/GROUP) The coalition of the initiator.

EVENTDATA.IniDCSGroup

-

(UNIT) The initiating {DCSGroup#Group}.

+

(UNIT/GROUP) The initiating DCS#Group.

EVENTDATA.IniDCSGroupName

-

(UNIT) The initiating Group name.

+

(UNIT/GROUP) The initiating Group name.

@@ -2591,13 +2603,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

EVENTDATA.IniGroup

-

(UNIT) The initiating MOOSE wrapper Wrapper.Group#GROUP of the initiator Group object.

+

(UNIT/GROUP) The initiating MOOSE wrapper Wrapper.Group#GROUP of the initiator Group object.

+ + + +

EVENTDATA.IniGroupCategory

+ +

(GROUP) The category of the initiating group.

EVENTDATA.IniGroupName

-

UNIT) The initiating GROUP name (same as IniDCSGroupName).

+

(UNIT/GROUP) The initiating GROUP name (same as IniDCSGroupName).

@@ -2843,7 +2861,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

EVENTDATA.initiator

-

(UNIT/STATIC/SCENERY) The initiating DCS#Unit or DCS#StaticObject.

+

(UNIT/STATIC/SCENERY/GROUP) The initiating DCS#Unit or DCS#StaticObject. For S_EVENT_GROUP_CHANGE_OPTION, this is a DCS Group.

@@ -2962,6 +2980,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

EVENTHANDLER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

EVENTHANDLER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3197,6 +3221,12 @@ Have a look at the class Core.Event#EVENT

EVENTHANDLER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

EVENTHANDLER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3635,6 +3665,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

EVENTS.FlightTime

+ + + +

EVENTS.GroupChangeOption

+ + @@ -5727,6 +5763,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7245,6 +7327,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -9219,6 +9337,7 @@ Note that at the beginning of each field description, there is an indication whi @@ -9253,7 +9372,7 @@ Note that at the beginning of each field description, there is an indication whi DCS#coalition.side EVENTDATA.IniCoalition -

(UNIT) The coalition of the initiator.

+

(UNIT/GROUP) The coalition of the initiator.

@@ -9264,7 +9383,7 @@ Note that at the beginning of each field description, there is an indication whi DCS#Group EVENTDATA.IniDCSGroup -

(UNIT) The initiating {DCSGroup#Group}.

+

(UNIT/GROUP) The initiating DCS#Group.

@@ -9275,7 +9394,7 @@ Note that at the beginning of each field description, there is an indication whi #string EVENTDATA.IniDCSGroupName -

(UNIT) The initiating Group name.

+

(UNIT/GROUP) The initiating Group name.

@@ -9331,7 +9450,18 @@ Note that at the beginning of each field description, there is an indication whi Wrapper.Group#GROUP EVENTDATA.IniGroup -

(UNIT) The initiating MOOSE wrapper Wrapper.Group#GROUP of the initiator Group object.

+

(UNIT/GROUP) The initiating MOOSE wrapper Wrapper.Group#GROUP of the initiator Group object.

+ + + + +
+
+ + DCS#Group.Category +EVENTDATA.IniGroupCategory + +

(GROUP) The category of the initiating group.

@@ -9342,7 +9472,7 @@ Note that at the beginning of each field description, there is an indication whi #string EVENTDATA.IniGroupName -

UNIT) The initiating GROUP name (same as IniDCSGroupName).

+

(UNIT/GROUP) The initiating GROUP name (same as IniDCSGroupName).

@@ -9747,7 +9877,7 @@ Note that at the beginning of each field description, there is an indication whi DCS#Unit EVENTDATA.initiator -

(UNIT/STATIC/SCENERY) The initiating DCS#Unit or DCS#StaticObject.

+

(UNIT/STATIC/SCENERY/GROUP) The initiating DCS#Unit or DCS#StaticObject. For S_EVENT_GROUP_CHANGE_OPTION, this is a DCS Group.

@@ -10214,6 +10344,52 @@ Note that at the beginning of each field description, there is an indication whi + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11732,6 +11908,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index e1abca735..0beb71168 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -2296,6 +2296,12 @@ for multiple objects or the position of the state machine in the process.

FSM:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FSM:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2531,6 +2537,12 @@ Have a look at the class Core.Event#EVENT

FSM:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FSM:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3275,6 +3287,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

FSM_CONTROLLABLE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FSM_CONTROLLABLE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3510,6 +3528,12 @@ Have a look at the class Core.Event#EVENT

FSM_CONTROLLABLE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FSM_CONTROLLABLE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4347,6 +4371,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

FSM_PROCESS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FSM_PROCESS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4582,6 +4612,12 @@ Have a look at the class Core.Event#EVENT

FSM_PROCESS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FSM_PROCESS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5284,6 +5320,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

FSM_SET:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FSM_SET:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5519,6 +5561,12 @@ Have a look at the class Core.Event#EVENT

FSM_SET:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FSM_SET:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5973,7 +6021,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState @@ -7605,7 +7653,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string FSM._StartState @@ -8002,6 +8050,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -9520,6 +9614,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -13862,6 +13992,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -15380,6 +15556,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -20320,6 +20532,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -21838,6 +22096,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -25788,6 +26082,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -27306,6 +27646,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.MarkerOps_Base.html b/Documentation/Core.MarkerOps_Base.html index 92544a0f7..cd12a98c5 100644 --- a/Documentation/Core.MarkerOps_Base.html +++ b/Documentation/Core.MarkerOps_Base.html @@ -2007,6 +2007,12 @@ Last Update: Mar 2023

MARKEROPS_BASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MARKEROPS_BASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2242,6 +2248,12 @@ Have a look at the class Core.Event#EVENT

MARKEROPS_BASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MARKEROPS_BASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5633,6 +5645,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7151,6 +7209,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Message.html b/Documentation/Core.Message.html index 63c90b1a3..d439ff3aa 100644 --- a/Documentation/Core.Message.html +++ b/Documentation/Core.Message.html @@ -1809,6 +1809,12 @@ To send messages, you need to use the To functions.

MESSAGE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MESSAGE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2044,6 +2050,12 @@ Have a look at the class Core.Event#EVENT

MESSAGE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MESSAGE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4682,6 +4694,52 @@ The message display times are automatically defined based on the timing settings + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6200,6 +6258,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Pathline.html b/Documentation/Core.Pathline.html index b5c1f3cf5..4d4339a92 100644 --- a/Documentation/Core.Pathline.html +++ b/Documentation/Core.Pathline.html @@ -1757,6 +1757,12 @@ water depth.

PATHLINE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

PATHLINE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1992,6 +1998,12 @@ Have a look at the class Core.Event#EVENT

PATHLINE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

PATHLINE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3685,6 +3697,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5203,6 +5261,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html index 052ed13a4..c2effa0f1 100644 --- a/Documentation/Core.Point.html +++ b/Documentation/Core.Point.html @@ -2977,6 +2977,12 @@ Creates a cubic search volume with the COORDINATE as the lower-left (southwest)

COORDINATE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

COORDINATE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3212,6 +3218,12 @@ Have a look at the class Core.Event#EVENT

COORDINATE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

COORDINATE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -15485,6 +15497,52 @@ Creates a cubic search volume with the COORDINATE as the lower-left (southwest) + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -17003,6 +17061,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Report.html b/Documentation/Core.Report.html index a3237f724..e5c6c2f51 100644 --- a/Documentation/Core.Report.html +++ b/Documentation/Core.Report.html @@ -1644,6 +1644,12 @@

REPORT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

REPORT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1879,6 +1885,12 @@ Have a look at the class Core.Event#EVENT

REPORT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

REPORT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2947,6 +2959,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4465,6 +4523,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.ScheduleDispatcher.html b/Documentation/Core.ScheduleDispatcher.html index ab01c8cef..5c9ce8bf3 100644 --- a/Documentation/Core.ScheduleDispatcher.html +++ b/Documentation/Core.ScheduleDispatcher.html @@ -1685,6 +1685,12 @@ The Schedule() method returns the CallID that is the reference ID for each plann

SCHEDULEDISPATCHER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SCHEDULEDISPATCHER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1920,6 +1926,12 @@ Have a look at the class Core.Event#EVENT

SCHEDULEDISPATCHER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SCHEDULEDISPATCHER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3253,6 +3265,52 @@ Nothing of this code should be modified without testing it thoroughly.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4771,6 +4829,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Scheduler.html b/Documentation/Core.Scheduler.html index 2a1fac370..6fc6d14ed 100644 --- a/Documentation/Core.Scheduler.html +++ b/Documentation/Core.Scheduler.html @@ -1825,6 +1825,12 @@ The schedule will stop after 300 seconds.

SCHEDULER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SCHEDULER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2060,6 +2066,12 @@ Have a look at the class Core.Event#EVENT

SCHEDULER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SCHEDULER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3215,6 +3227,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4733,6 +4791,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Set.html b/Documentation/Core.Set.html index 639cc1ab6..51a7123ad 100644 --- a/Documentation/Core.Set.html +++ b/Documentation/Core.Set.html @@ -3166,6 +3166,12 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:

SET_AIRBASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_AIRBASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3401,6 +3407,12 @@ Have a look at the class Core.Event#EVENT

SET_AIRBASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_AIRBASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4148,6 +4160,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_BASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_BASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4383,6 +4401,12 @@ Have a look at the class Core.Event#EVENT

SET_BASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_BASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5400,6 +5424,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_CLIENT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_CLIENT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5635,6 +5665,12 @@ Have a look at the class Core.Event#EVENT

SET_CLIENT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_CLIENT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6589,6 +6625,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_DYNAMICCARGO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_DYNAMICCARGO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -6824,6 +6866,12 @@ Have a look at the class Core.Event#EVENT

SET_DYNAMICCARGO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_DYNAMICCARGO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -7939,6 +7987,12 @@ mission designer to add a dedicated method

SET_GROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_GROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -8174,6 +8228,12 @@ Have a look at the class Core.Event#EVENT

SET_GROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_GROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9104,6 +9164,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_OPSGROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_OPSGROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -9339,6 +9405,12 @@ Have a look at the class Core.Event#EVENT

SET_OPSGROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_OPSGROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -10221,6 +10293,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_OPSZONE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_OPSZONE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -10456,6 +10534,12 @@ Have a look at the class Core.Event#EVENT

SET_OPSZONE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_OPSZONE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -11308,6 +11392,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_PLAYER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_PLAYER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -11543,6 +11633,12 @@ Have a look at the class Core.Event#EVENT

SET_PLAYER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_PLAYER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12407,6 +12503,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_SCENERY:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_SCENERY:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -12642,6 +12744,12 @@ Have a look at the class Core.Event#EVENT

SET_SCENERY:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_SCENERY:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -13602,6 +13710,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_STATIC:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_STATIC:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -13837,6 +13951,12 @@ Have a look at the class Core.Event#EVENT

SET_STATIC:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_STATIC:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -14907,6 +15027,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_UNIT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_UNIT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -15142,6 +15268,12 @@ Have a look at the class Core.Event#EVENT

SET_UNIT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_UNIT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -16102,6 +16234,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_ZONE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_ZONE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -16337,6 +16475,12 @@ Have a look at the class Core.Event#EVENT

SET_ZONE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_ZONE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -17189,6 +17333,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SET_ZONE_GOAL:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SET_ZONE_GOAL:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -17424,6 +17574,12 @@ Have a look at the class Core.Event#EVENT

SET_ZONE_GOAL:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SET_ZONE_GOAL:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -21005,6 +21161,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -22523,6 +22725,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -27174,6 +27412,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -28692,6 +28976,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -34784,6 +35104,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -36302,6 +36668,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -42006,6 +42408,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -43524,6 +43972,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -50490,6 +50974,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -52008,6 +52538,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -57740,6 +58306,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -59258,6 +59870,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -64613,6 +65261,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -66131,6 +66825,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -71363,6 +72093,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -72881,6 +73657,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -78080,6 +78892,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -79598,6 +80456,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -85581,6 +86475,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -87099,6 +88039,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -93763,6 +94739,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -95281,6 +96303,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -101343,6 +102401,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -102861,6 +103965,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -108003,6 +109143,52 @@ DBObject = SET_BASE:New() + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -109521,6 +110707,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index 430e17fd9..6540936aa 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2182,6 +2182,12 @@ Therefore, there are 4 era that are defined within the settings:

SETTINGS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SETTINGS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2417,6 +2423,12 @@ Have a look at the class Core.Event#EVENT

SETTINGS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SETTINGS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2785,7 +2797,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string SETTINGS.A2ASystem @@ -2840,7 +2852,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + SETTINGS.Metric @@ -4942,7 +4954,7 @@ It is advised to use this method at the start of the mission.

- + #string SETTINGS.A2ASystem @@ -4997,7 +5009,7 @@ It is advised to use this method at the start of the mission.

- #boolean + SETTINGS.Metric @@ -5361,6 +5373,52 @@ It is advised to use this method at the start of the mission.

+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6879,6 +6937,42 @@ initiator : The unit that is starting its engines.

+
+
+ +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 7dde8880c..cabba36f7 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -3015,6 +3015,36 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

+ + + +

SPAWN.callsign

+ + + + + +

SPAWN.communication

+ + + + + +

SPAWN.frequency

+ + + + + +

SPAWN.hidden

+ + + + + +

SPAWN.modulation

+ + @@ -3083,6 +3113,12 @@ and any spaces before and after the resulting name are removed.

SPAWN:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SPAWN:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3318,6 +3354,12 @@ Have a look at the class Core.Event#EVENT

SPAWN:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SPAWN:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4019,6 +4061,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPAWN.SpawnInitFreq + + +
@@ -4096,8 +4149,60 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ -

By default, no InitLimit

+SPAWN.SpawnInitLivery + + + +
+ +
+
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+ @@ -4155,7 +4260,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + SPAWN.SpawnMaxGroups @@ -4169,7 +4274,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + SPAWN.SpawnMaxUnitsAlive @@ -4337,17 +4442,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #boolean -SPAWN.SpawnUnControlled - - -
@@ -4415,7 +4509,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

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

+

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

@@ -4489,6 +4583,61 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SPAWN.callsign + + + +
+ +
+
+
+ + +SPAWN.communication + + + +
+ +
+
+
+ + +SPAWN.frequency + + + +
+ +
+
+
+ + +SPAWN.hidden + + + +
+ +
+
+
+ + +SPAWN.modulation + + +
@@ -10660,6 +10809,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.SpawnInitFreq + + +
@@ -10737,8 +10897,60 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ -

By default, no InitLimit

+SPAWN.SpawnInitLivery + + + +
+ +
+
+
+ + +SPAWN.SpawnInitModex + + + +
+ +
+
+ + +
+
+ + +
+
+ @@ -10796,7 +11008,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- #number + SPAWN.SpawnMaxGroups @@ -10810,7 +11022,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- #number + SPAWN.SpawnMaxUnitsAlive @@ -10978,17 +11190,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- -
-
-
- - #boolean -SPAWN.SpawnUnControlled - - -
@@ -11056,7 +11257,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

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

+

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

@@ -11130,6 +11331,61 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ +
+
+
+ + +SPAWN.callsign + + + +
+ +
+
+
+ + +SPAWN.communication + + + +
+ +
+
+
+ + +SPAWN.frequency + + + +
+ +
+
+
+ + +SPAWN.hidden + + + +
+ +
+
+
+ + +SPAWN.modulation + + +
@@ -11467,6 +11723,52 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -12985,6 +13287,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index ddd8c801d..bcd488e78 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -2046,6 +2046,12 @@ such as position and heading.

SPAWNSTATIC:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SPAWNSTATIC:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2281,6 +2287,12 @@ Have a look at the class Core.Event#EVENT

SPAWNSTATIC:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SPAWNSTATIC:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3061,7 +3073,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + SPAWNSTATIC.TemplateStaticUnit @@ -4922,7 +4934,7 @@ Handy if you spawn from cargo statics which have resources already set.

- #table + SPAWNSTATIC.TemplateStaticUnit @@ -5297,6 +5309,52 @@ Handy if you spawn from cargo statics which have resources already set.

+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6815,6 +6873,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index c8dc8a7e8..613789ea3 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2138,6 +2138,12 @@

SPOT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SPOT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2373,6 +2379,12 @@ Have a look at the class Core.Event#EVENT

SPOT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SPOT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2753,6 +2765,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + +
@@ -4036,6 +4081,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + +
@@ -5591,6 +5669,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPOT.ScheduleID + + + +
+ +
+
+
+ + +SPOT.SpotIR + + + +
+ +
+
+
+ + +SPOT.SpotLaser + + +
@@ -5950,6 +6061,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7468,6 +7625,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.TextAndSound.html b/Documentation/Core.TextAndSound.html index ef7613b81..cc144b4c5 100644 --- a/Documentation/Core.TextAndSound.html +++ b/Documentation/Core.TextAndSound.html @@ -1665,6 +1665,12 @@

TEXTANDSOUND:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TEXTANDSOUND:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1900,6 +1906,12 @@ Have a look at the class Core.Event#EVENT

TEXTANDSOUND:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TEXTANDSOUND:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3167,6 +3179,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4685,6 +4743,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Timer.html b/Documentation/Core.Timer.html index 757f3fb8d..ea51ee239 100644 --- a/Documentation/Core.Timer.html +++ b/Documentation/Core.Timer.html @@ -1807,6 +1807,12 @@ mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only calle

TIMER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TIMER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2042,6 +2048,12 @@ Have a look at the class Core.Event#EVENT

TIMER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TIMER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3423,6 +3435,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4941,6 +4999,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html index 1417a4324..92f71f381 100644 --- a/Documentation/Core.Zone.html +++ b/Documentation/Core.Zone.html @@ -2814,6 +2814,12 @@ This class implements the inherited functions from #ZONE

ZONE_BASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ZONE_BASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3049,6 +3055,12 @@ Have a look at the class Core.Event#EVENT

ZONE_BASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ZONE_BASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4449,6 +4461,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

ZONE_OVAL:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ZONE_OVAL:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4684,6 +4702,12 @@ Have a look at the class Core.Event#EVENT

ZONE_OVAL:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ZONE_OVAL:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6846,6 +6870,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

_ZONE_TRIANGLE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

_ZONE_TRIANGLE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -7081,6 +7111,12 @@ Have a look at the class Core.Event#EVENT

_ZONE_TRIANGLE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

_ZONE_TRIANGLE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12163,6 +12199,52 @@ end + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -13681,6 +13763,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -21339,6 +21457,52 @@ end + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -22857,6 +23021,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -36516,6 +36716,52 @@ end + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -38034,6 +38280,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/DCS.html b/Documentation/DCS.html index 243d6aff6..8ebac22d5 100644 --- a/Documentation/DCS.html +++ b/Documentation/DCS.html @@ -6947,6 +6947,12 @@ First value indicates if at least one of the unit's radar(s) is on.

world.event.S_EVENT_FLIGHT_TIME

= 40

+ + + +

world.event.S_EVENT_GROUP_CHANGE_OPTION

+ +

= 61

@@ -7036,7 +7042,7 @@ First value indicates if at least one of the unit's radar(s) is on.

world.event.S_EVENT_MAX

-

= 61

+

= 62

diff --git a/Documentation/Functional.AICSAR.html b/Documentation/Functional.AICSAR.html index 06c71d29e..6b58542e9 100644 --- a/Documentation/Functional.AICSAR.html +++ b/Documentation/Functional.AICSAR.html @@ -2574,6 +2574,12 @@ save your sound file inside of the .miz mission file.

AICSAR:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AICSAR:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2809,6 +2815,12 @@ Have a look at the class Core.Event#EVENT

AICSAR:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AICSAR:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9065,6 +9077,52 @@ See AICSAR:SetPilotTTSVoice() and AICSAR:SetOperatorTTSVoice( + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10583,6 +10641,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index a8c473f37..b87abb5d7 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -2396,6 +2396,12 @@ ATC_Ground = ATC_GROUND_PERSIANGULF:New(

ATC_GROUND:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ATC_GROUND:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2631,6 +2637,12 @@ Have a look at the class Core.Event#EVENT

ATC_GROUND:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ATC_GROUND:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3310,6 +3322,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

ATC_GROUND_UNIVERSAL:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ATC_GROUND_UNIVERSAL:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3545,6 +3563,12 @@ Have a look at the class Core.Event#EVENT

ATC_GROUND_UNIVERSAL:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ATC_GROUND_UNIVERSAL:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3887,7 +3911,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table ATC_GROUND.Airbases @@ -3903,6 +3927,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Kickspeed

+
@@ -4472,7 +4499,7 @@ An airbase can be specified to set the maximum kick speed for.

- + #table ATC_GROUND.Airbases @@ -4488,6 +4515,9 @@ An airbase can be specified to set the maximum kick speed for.

+ +

Kickspeed

+
@@ -4847,6 +4877,52 @@ An airbase can be specified to set the maximum kick speed for.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6365,6 +6441,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -10076,6 +10188,52 @@ An airbase can be specified to set the maximum kick speed for.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11594,6 +11752,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.AmmoTruck.html b/Documentation/Functional.AmmoTruck.html index 63874ad9b..d035be006 100644 --- a/Documentation/Functional.AmmoTruck.html +++ b/Documentation/Functional.AmmoTruck.html @@ -2220,6 +2220,12 @@ Trucks are the only known in-game mechanic to re-arm artillery

AMMOTRUCK:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AMMOTRUCK:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2455,6 +2461,12 @@ Have a look at the class Core.Event#EVENT

AMMOTRUCK:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AMMOTRUCK:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6791,6 +6803,52 @@ Create an AMMOTRUCK object to take care of the artillery using the trucks, with + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -8309,6 +8367,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Artillery.html b/Documentation/Functional.Artillery.html index f60b888c3..d508fb389 100644 --- a/Documentation/Functional.Artillery.html +++ b/Documentation/Functional.Artillery.html @@ -3750,6 +3750,12 @@ normandy:Start()

ARTY:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ARTY:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3985,6 +3991,12 @@ Have a look at the class Core.Event#EVENT

ARTY:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ARTY:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -18524,6 +18536,52 @@ The illumination bomb will burn for 300 seconds (5 minutes). Assuming a descent + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -20042,6 +20100,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html index a53bbbd62..b969a5082 100644 --- a/Documentation/Functional.Autolase.html +++ b/Documentation/Functional.Autolase.html @@ -2323,7 +2323,7 @@
- #table + AUTOLASE.CurrentLasing @@ -2400,7 +2400,7 @@
- + #table AUTOLASE.GroupsByThreat @@ -2416,28 +2416,6 @@ -
- -
-
-
- - #number -AUTOLASE.LaseDistance - - - -
- -
-
-
- - #number -AUTOLASE.LaseDuration - - -
@@ -2573,6 +2551,39 @@

set up SRS

+
+ +
+
+
+ + #number +AUTOLASE.SRSFreq + + + +
+ +
+
+
+ + +AUTOLASE.SRSMod + + + +
+ +
+
+
+ + #string +AUTOLASE.SRSPath + + +
@@ -2590,7 +2601,7 @@
- + #table AUTOLASE.UnitsByThreat @@ -2639,6 +2650,17 @@ +
+ +
+
+
+ + #number +AUTOLASE.cooldowntime + + +
@@ -2650,6 +2672,17 @@ + + + +
+
+ + #boolean +AUTOLASE.forcecooldown + + +
@@ -2681,11 +2714,33 @@
+ #number +AUTOLASE.maxlasing + + +
+ +
+
+ + +
+
+
+ + #boolean +AUTOLASE.notifypilots + + +
@@ -2708,17 +2763,6 @@ - - - -
-
- - -AUTOLASE.smokecolor - - -
@@ -2736,7 +2780,7 @@
- #boolean + AUTOLASE.smoketargets @@ -2747,7 +2791,7 @@
- #table + AUTOLASE.targetsperrecce diff --git a/Documentation/Functional.CleanUp.html b/Documentation/Functional.CleanUp.html index 8c3bac6c3..e23cc1358 100644 --- a/Documentation/Functional.CleanUp.html +++ b/Documentation/Functional.CleanUp.html @@ -1695,6 +1695,12 @@ Note that this method will not allow anymore airbases to be attacked, so there i

CLEANUP_AIRBASE.__:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CLEANUP_AIRBASE.__:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1930,6 +1936,12 @@ Have a look at the class Core.Event#EVENT

CLEANUP_AIRBASE.__:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CLEANUP_AIRBASE.__:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2833,6 +2845,52 @@ when an enemy unit is near. That is also an option...

+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4351,6 +4409,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.ClientWatch.html b/Documentation/Functional.ClientWatch.html index eaddfdf60..978ace788 100644 --- a/Documentation/Functional.ClientWatch.html +++ b/Documentation/Functional.ClientWatch.html @@ -2135,6 +2135,12 @@

CLIENTWATCH:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CLIENTWATCH:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2370,6 +2376,12 @@ Have a look at the class Core.Event#EVENT

CLIENTWATCH:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CLIENTWATCH:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5692,6 +5704,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7210,6 +7268,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index 5046ca24a..48a56fe50 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -3170,6 +3170,12 @@ The different values of Unit.Category can be:

DETECTION_AREAS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

DETECTION_AREAS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3405,6 +3411,12 @@ Have a look at the class Core.Event#EVENT

DETECTION_AREAS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

DETECTION_AREAS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4874,6 +4886,12 @@ The different values of Unit.Category can be:

DETECTION_BASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

DETECTION_BASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5109,6 +5127,12 @@ Have a look at the class Core.Event#EVENT

DETECTION_BASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

DETECTION_BASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6895,6 +6919,12 @@ The different values of Unit.Category can be:

DETECTION_TYPES:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

DETECTION_TYPES:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -7130,6 +7160,12 @@ Have a look at the class Core.Event#EVENT

DETECTION_TYPES:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

DETECTION_TYPES:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -8674,6 +8710,12 @@ The different values of Unit.Category can be:

DETECTION_UNITS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

DETECTION_UNITS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -8909,6 +8951,12 @@ Have a look at the class Core.Event#EVENT

DETECTION_UNITS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

DETECTION_UNITS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -16463,6 +16511,52 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -17981,6 +18075,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -20017,17 +20147,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - - - -
-
@@ -24793,17 +24912,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual - - - -
-
@@ -26590,17 +26698,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual - - - -
-
@@ -27147,6 +27244,52 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -28665,6 +28808,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -37767,6 +37946,52 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -39285,6 +39510,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -48010,6 +48271,52 @@ zones that reflect cloudy areas where detected units may not be so easily visual + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -49528,6 +49835,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Escort.html b/Documentation/Functional.Escort.html index dbc31d87e..fb6757c8d 100644 --- a/Documentation/Functional.Escort.html +++ b/Documentation/Functional.Escort.html @@ -2243,6 +2243,12 @@ EscortPlanes = ESCORT:New( EscortClient, EscortGroup, "Desert", "Welcome to the

ESCORT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ESCORT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2478,6 +2484,12 @@ Have a look at the class Core.Event#EVENT

ESCORT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ESCORT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5658,6 +5670,52 @@ EscortPlanes = ESCORT:New( EscortClient, EscortGroup, "Desert", "Welcome to the + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7176,6 +7234,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.FORMATION.html b/Documentation/Functional.FORMATION.html index 13904b64e..2bb69d3bc 100644 --- a/Documentation/Functional.FORMATION.html +++ b/Documentation/Functional.FORMATION.html @@ -2349,6 +2349,12 @@ LargeFormation:__Start( 1 )

FORMATION:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FORMATION:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2584,6 +2590,12 @@ Have a look at the class Core.Event#EVENT

FORMATION:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FORMATION:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -10471,6 +10483,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11989,6 +12047,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Fox.html b/Documentation/Functional.Fox.html index 21b1a4e19..4c5bfcb86 100644 --- a/Documentation/Functional.Fox.html +++ b/Documentation/Functional.Fox.html @@ -2496,6 +2496,12 @@ fox:Start()

FOX:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FOX:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2731,6 +2737,12 @@ Have a look at the class Core.Event#EVENT

FOX:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FOX:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -8697,6 +8709,52 @@ Don't set the explosion power too big or it will harm the aircraft in the vicini + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10215,6 +10273,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index 34fc7127f..22668d30e 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -1960,6 +1960,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%

MANTIS:GetJammedSAMs()

Get table of currently jammed SAM group names.

+ + + +

MANTIS.Groupset

+ + @@ -3300,6 +3306,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%

MANTIS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MANTIS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3535,6 +3547,12 @@ Have a look at the class Core.Event#EVENT

MANTIS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MANTIS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6083,6 +6101,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The #DETECTION_AREAS object for AWACS

+ + + +
+
+ + +MANTIS.AWACS_Prefix + + +
@@ -6270,6 +6299,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.

+ + + +
+
+ + +MANTIS.Groupset + + +
@@ -6347,20 +6387,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #boolean -MANTIS.NavalSurfaceWakeup - - - - -

quiet ships go active when enemy surface combatants close (see SetNavalSurfaceWakeup)

-
@@ -6422,7 +6448,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Long @@ -6433,7 +6459,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Medium @@ -6444,7 +6470,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_PointDef @@ -6455,7 +6481,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + MANTIS.SAM_Table_Short @@ -6473,20 +6499,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
- - #boolean -MANTIS.SEADNaval - - - - -

ships hard-kill inbound missiles; they do not go EMCON under SEAD (see SetNavalSEAD)

- -
-
@@ -6637,8 +6649,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number -MANTIS.SkateNumber + +MANTIS.SkateZones @@ -6766,17 +6778,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #table -MANTIS._jammerSnapshot - - -
@@ -7179,6 +7180,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

switch alarm state RED

+
@@ -7201,9 +7205,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

self.SAMCheckRanges = {}

-
@@ -13673,6 +13674,17 @@ Substring matching with digit-boundary protection prevents false matches

The #DETECTION_AREAS object for AWACS

+
+ +
+
+
+ + +MANTIS.AWACS_Prefix + + +
@@ -13860,6 +13872,17 @@ Substring matching with digit-boundary protection prevents false matches

Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.

+
+ +
+
+
+ + +MANTIS.Groupset + + +
@@ -13937,20 +13960,6 @@ Substring matching with digit-boundary protection prevents false matches - - - -
-
- - #boolean -MANTIS.NavalSurfaceWakeup - - - - -

quiet ships go active when enemy surface combatants close (see SetNavalSurfaceWakeup)

-
@@ -14012,7 +14021,7 @@ Substring matching with digit-boundary protection prevents false matches
- #table + MANTIS.SAM_Table_Long @@ -14023,7 +14032,7 @@ Substring matching with digit-boundary protection prevents false matches
- #table + MANTIS.SAM_Table_Medium @@ -14034,7 +14043,7 @@ Substring matching with digit-boundary protection prevents false matches
- #table + MANTIS.SAM_Table_PointDef @@ -14045,7 +14054,7 @@ Substring matching with digit-boundary protection prevents false matches
- #table + MANTIS.SAM_Table_Short @@ -14063,20 +14072,6 @@ Substring matching with digit-boundary protection prevents false matches
-
-
-
- - #boolean -MANTIS.SEADNaval - - - - -

ships hard-kill inbound missiles; they do not go EMCON under SEAD (see SetNavalSEAD)

- -
-
@@ -14227,8 +14222,8 @@ Substring matching with digit-boundary protection prevents false matches
- #number -MANTIS.SkateNumber + +MANTIS.SkateZones @@ -14356,17 +14351,6 @@ Substring matching with digit-boundary protection prevents false matches -
- -
-
-
- - #table -MANTIS._jammerSnapshot - - -
@@ -14769,6 +14753,9 @@ Substring matching with digit-boundary protection prevents false matches + +

switch alarm state RED

+
@@ -14791,9 +14778,6 @@ Substring matching with digit-boundary protection prevents false matches - -

self.SAMCheckRanges = {}

-
@@ -15142,6 +15126,52 @@ Substring matching with digit-boundary protection prevents false matches
+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -16660,6 +16690,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html index 63a1a043f..716f7e4e9 100644 --- a/Documentation/Functional.Movement.html +++ b/Documentation/Functional.Movement.html @@ -1637,6 +1637,12 @@ on defined intervals (currently every minute).

MOVEMENT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MOVEMENT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1872,6 +1878,12 @@ Have a look at the class Core.Event#EVENT

MOVEMENT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MOVEMENT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2200,6 +2212,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + #number +MOVEMENT.AliveUnits + + + + +

Contains the counter how many units are currently alive.

+ +
+ +
@@ -2430,6 +2456,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+
+ + #number +MOVEMENT.AliveUnits + + + + +

Contains the counter how many units are currently alive.

+ +
+ +
@@ -2817,6 +2857,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4335,6 +4421,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.PseudoATC.html b/Documentation/Functional.PseudoATC.html index b036da8f3..c1f60fbd8 100644 --- a/Documentation/Functional.PseudoATC.html +++ b/Documentation/Functional.PseudoATC.html @@ -1920,6 +1920,12 @@ pseudoATC:Start()

PSEUDOATC:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

PSEUDOATC:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2155,6 +2161,12 @@ Have a look at the class Core.Event#EVENT

PSEUDOATC:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

PSEUDOATC:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4601,6 +4613,52 @@ Needs lfs and io to be desanitized in the Missio + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6119,6 +6177,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index b7ef64bcf..6c27c5047 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4605,6 +4605,36 @@ and any spaces before and after the resulting name are removed.

RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

+ + + +

RAT.callsign

+ + + + + +

RAT.communication

+ + + + + +

RAT.frequency

+ + + + + +

RAT.hidden

+ + + + + +

RAT.modulation

+ + @@ -4673,6 +4703,12 @@ and any spaces before and after the resulting name are removed.

RAT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RAT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4908,6 +4944,12 @@ Have a look at the class Core.Event#EVENT

RAT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RAT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6086,6 +6128,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

RATMANAGER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RATMANAGER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -6321,6 +6369,12 @@ Have a look at the class Core.Event#EVENT

RATMANAGER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RATMANAGER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -23324,6 +23378,52 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -24842,6 +24942,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -28953,6 +29089,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -30471,6 +30653,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Range.html b/Documentation/Functional.Range.html index 6381475eb..07e6e37ff 100644 --- a/Documentation/Functional.Range.html +++ b/Documentation/Functional.Range.html @@ -3210,6 +3210,12 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th

RANGE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RANGE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3445,6 +3451,12 @@ Have a look at the class Core.Event#EVENT

RANGE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RANGE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -14446,6 +14458,52 @@ If a zone is not explicitly specified, the range zone is determined by its locat + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -15964,6 +16022,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index 4c7ce0f53..fb5f03a4c 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -2343,6 +2343,12 @@ Various methods exist to configure:

SCORING:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SCORING:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2578,6 +2584,12 @@ Have a look at the class Core.Event#EVENT

SCORING:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SCORING:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6986,6 +6998,52 @@ The scale magnifies the scores given to the players.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -8504,6 +8562,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Sead.html b/Documentation/Functional.Sead.html index c2d7cd424..bc6fb537a 100644 --- a/Documentation/Functional.Sead.html +++ b/Documentation/Functional.Sead.html @@ -1749,6 +1749,12 @@ period of time to stay defensive, before it takes evasive actions.

SEAD:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SEAD:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1984,6 +1990,12 @@ Have a look at the class Core.Event#EVENT

SEAD:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SEAD:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3650,6 +3662,52 @@ SEAD_RU_SAM_Defenses = SEAD:New( { 'RU SA-6 Kub', 'RU SA-6 Defenses', 'RU MI-26 + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5168,6 +5226,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Shorad.html b/Documentation/Functional.Shorad.html index 64aad83e5..566d7015c 100644 --- a/Documentation/Functional.Shorad.html +++ b/Documentation/Functional.Shorad.html @@ -1951,6 +1951,12 @@ When a missile is detected, SHORAD will activate defense groups in the given rad

SHORAD:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SHORAD:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2186,6 +2192,12 @@ Have a look at the class Core.Event#EVENT

SHORAD:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SHORAD:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4858,6 +4870,52 @@ mymantis:Start()
+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6376,6 +6434,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Stratego.html b/Documentation/Functional.Stratego.html index e8b47c2b6..67a187820 100644 --- a/Documentation/Functional.Stratego.html +++ b/Documentation/Functional.Stratego.html @@ -2238,6 +2238,12 @@ Play around with the distance to get an optimal map for your scenario.

STRATEGO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

STRATEGO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2473,6 +2479,12 @@ Have a look at the class Core.Event#EVENT

STRATEGO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

STRATEGO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -7065,6 +7077,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -8583,6 +8641,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Suppression.html b/Documentation/Functional.Suppression.html index 327e3f931..3dc2c7144 100644 --- a/Documentation/Functional.Suppression.html +++ b/Documentation/Functional.Suppression.html @@ -2933,6 +2933,12 @@ If no scenery object is near the group the TakeCover event is r

SUPPRESSION:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SUPPRESSION:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3168,6 +3174,12 @@ Have a look at the class Core.Event#EVENT

SUPPRESSION:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SUPPRESSION:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12807,6 +12819,52 @@ If the group consists of more than one unit, this referrs to the group strength + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14325,6 +14383,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Tiresias.html b/Documentation/Functional.Tiresias.html index a9b29adfc..299366882 100644 --- a/Documentation/Functional.Tiresias.html +++ b/Documentation/Functional.Tiresias.html @@ -2124,6 +2124,12 @@

TIRESIAS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TIRESIAS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2359,6 +2365,12 @@ Have a look at the class Core.Event#EVENT

TIRESIAS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TIRESIAS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6036,6 +6048,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7554,6 +7612,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Functional.Warehouse.html b/Documentation/Functional.Warehouse.html index 7314760ac..941c9fe43 100644 --- a/Documentation/Functional.Warehouse.html +++ b/Documentation/Functional.Warehouse.html @@ -5193,6 +5193,12 @@ end

WAREHOUSE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

WAREHOUSE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5428,6 +5434,12 @@ Have a look at the class Core.Event#EVENT

WAREHOUSE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

WAREHOUSE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -23421,6 +23433,52 @@ this request is used to put the groups back into the warehouse stock.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -24939,6 +24997,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Navigation.Beacons.html b/Documentation/Navigation.Beacons.html index 0c1388262..0d16b5e59 100644 --- a/Documentation/Navigation.Beacons.html +++ b/Documentation/Navigation.Beacons.html @@ -1726,6 +1726,12 @@ you provided is correct and all relevant beacons are present.

BEACONS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

BEACONS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1961,6 +1967,12 @@ Have a look at the class Core.Event#EVENT

BEACONS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

BEACONS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3521,6 +3533,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5039,6 +5097,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Navigation.Point.html b/Documentation/Navigation.Point.html index 41a050e71..9612e34c2 100644 --- a/Documentation/Navigation.Point.html +++ b/Documentation/Navigation.Point.html @@ -2005,6 +2005,12 @@ myTemplate:SetXYZ(X, Y, Z)

NAVAID:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

NAVAID:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2240,6 +2246,12 @@ Have a look at the class Core.Event#EVENT

NAVAID:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

NAVAID:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2887,6 +2899,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

NAVFIX:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

NAVFIX:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3122,6 +3140,12 @@ Have a look at the class Core.Event#EVENT

NAVFIX:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

NAVFIX:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5542,6 +5566,52 @@ beginning of the intermediate segment of the approach. When the IAF and the IF a + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -7060,6 +7130,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -10933,6 +11039,52 @@ beginning of the intermediate segment of the approach. When the IAF and the IF a + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -12451,6 +12603,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Navigation.Radios.html b/Documentation/Navigation.Radios.html index dbc03a17a..7f394da06 100644 --- a/Documentation/Navigation.Radios.html +++ b/Documentation/Navigation.Radios.html @@ -1726,6 +1726,12 @@ you provided is correct and all relevant radios are present.

RADIOS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RADIOS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1961,6 +1967,12 @@ Have a look at the class Core.Event#EVENT

RADIOS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RADIOS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3484,6 +3496,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5002,6 +5060,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Navigation.Towns.html b/Documentation/Navigation.Towns.html index 75002c11c..7aea6549d 100644 --- a/Documentation/Navigation.Towns.html +++ b/Documentation/Navigation.Towns.html @@ -1726,6 +1726,12 @@ you provided is correct and all relevant towns are present.

TOWNS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TOWNS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1961,6 +1967,12 @@ Have a look at the class Core.Event#EVENT

TOWNS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TOWNS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3425,6 +3437,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4943,6 +5001,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/OPS.FlightControl.html b/Documentation/OPS.FlightControl.html index e007c00dc..a07dd600e 100644 --- a/Documentation/OPS.FlightControl.html +++ b/Documentation/OPS.FlightControl.html @@ -3165,6 +3165,12 @@ atcNellis:Start()

FLIGHTCONTROL:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FLIGHTCONTROL:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3400,6 +3406,12 @@ Have a look at the class Core.Event#EVENT

FLIGHTCONTROL:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FLIGHTCONTROL:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -13213,6 +13225,52 @@ You need to input the value. On the DCS forum it was stated that this is current + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14731,6 +14789,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.ATIS.html b/Documentation/Ops.ATIS.html index 11030d671..391e393c8 100644 --- a/Documentation/Ops.ATIS.html +++ b/Documentation/Ops.ATIS.html @@ -2974,6 +2974,12 @@ atis:Start()

ATIS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ATIS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3209,6 +3215,12 @@ Have a look at the class Core.Event#EVENT

ATIS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ATIS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -11310,6 +11322,52 @@ Note that the dew point is only an artificial information as DCS does not have a + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -12828,6 +12886,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.AWACS.html b/Documentation/Ops.AWACS.html index 069036f4d..bbb2c5651 100644 --- a/Documentation/Ops.AWACS.html +++ b/Documentation/Ops.AWACS.html @@ -4115,6 +4115,12 @@ To add a localization, the following texts need to be translated and set in your

AWACS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AWACS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4350,6 +4356,12 @@ Have a look at the class Core.Event#EVENT

AWACS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AWACS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -20465,6 +20477,52 @@ Note that this must be installed on your windows system. Can also be Google voic + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -21983,6 +22041,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index a0cfac4e1..691fb8a45 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -6251,6 +6251,12 @@ If enabled, status and debug text messages will be displayed on the screen. Also

AIRBOSS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AIRBOSS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -6486,6 +6492,12 @@ Have a look at the class Core.Event#EVENT

AIRBOSS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AIRBOSS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9842,17 +9854,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of LSO.

- - - -
-
- - -AIRBOSS.RQLid - - -
@@ -9864,17 +9865,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Radio queue of marshal.

- - - -
-
- - -AIRBOSS.RQMid - - -
@@ -30511,17 +30501,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

- - - -
-
- - -AIRBOSS.RQLid - - -
@@ -30533,17 +30512,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

- - - -
-
- - -AIRBOSS.RQMid - - -
@@ -33657,17 +33625,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of LSO.

- - - -
-
- - -AIRBOSS.RQLid - - -
@@ -33679,17 +33636,6 @@ If removed flight is the section lead, we try to find a new leader.

Radio queue of marshal.

- - - -
-
- - -AIRBOSS.RQMid - - -
@@ -35123,6 +35069,52 @@ If removed flight is the section lead, we try to find a new leader.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -36641,6 +36633,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -41993,7 +42021,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

@@ -42105,9 +42133,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

Set case to that of lead.

- @@ -42171,20 +42196,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-AIRBOSS.PlayerData.flag - - - - -

Also decrease flag for section members of flight.

- -
- - -
-
- - AIRBOSS.PlayerData.grade @@ -42360,6 +42371,9 @@ When moose is loading dynamically (for moose class development), tracing is swit + +

Set Stable Hover

+
@@ -42532,7 +42546,7 @@ When moose is loading dynamically (for moose class development), tracing is swit -

VNAO Edit - Added

+

VNAO Edit - Added

diff --git a/Documentation/Ops.Airwing.html b/Documentation/Ops.Airwing.html index 8f742ac20..8c1a07ac3 100644 --- a/Documentation/Ops.Airwing.html +++ b/Documentation/Ops.Airwing.html @@ -5012,6 +5012,12 @@ started.

AIRWING:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AIRWING:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5247,6 +5253,12 @@ Have a look at the class Core.Event#EVENT

AIRWING:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AIRWING:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -32368,6 +32380,52 @@ this request is used to put the groups back into the warehouse stock.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -33886,6 +33944,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html index 789718ae5..bc2114ea9 100644 --- a/Documentation/Ops.ArmyGroup.html +++ b/Documentation/Ops.ArmyGroup.html @@ -6122,6 +6122,12 @@ and pick the closest unit to this ARMYGROUP.

ARMYGROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

ARMYGROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -6357,6 +6363,12 @@ Have a look at the class Core.Event#EVENT

ARMYGROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

ARMYGROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -35737,6 +35749,52 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -37255,6 +37313,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Auftrag.html b/Documentation/Ops.Auftrag.html index 34efdacb3..24c129b24 100644 --- a/Documentation/Ops.Auftrag.html +++ b/Documentation/Ops.Auftrag.html @@ -4782,6 +4782,12 @@ The commander will select the best assets available from all the legions under h

AUFTRAG:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AUFTRAG:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5017,6 +5023,12 @@ Have a look at the class Core.Event#EVENT

AUFTRAG:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AUFTRAG:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -27811,6 +27823,52 @@ will always return.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -29329,6 +29387,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Brigade.html b/Documentation/Ops.Brigade.html index 3ae9711ee..d4cafd381 100644 --- a/Documentation/Ops.Brigade.html +++ b/Documentation/Ops.Brigade.html @@ -4501,6 +4501,12 @@

BRIGADE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

BRIGADE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4736,6 +4742,12 @@ Have a look at the class Core.Event#EVENT

BRIGADE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

BRIGADE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -27666,6 +27678,52 @@ this request is used to put the groups back into the warehouse stock.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -29184,6 +29242,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index fe08af090..c1deec8af 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -2838,6 +2838,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.

CSAR.smokecolor

+ + + +

CSAR.speed

+ + @@ -3262,6 +3268,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.

CSAR:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CSAR:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3497,6 +3509,12 @@ Have a look at the class Core.Event#EVENT

CSAR:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CSAR:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4584,7 +4602,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- Core.Point#COORDINATE + CSAR.coordinate @@ -5126,6 +5144,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue

+
+ +
+
+
+ + +CSAR.speed + + +
@@ -11025,7 +11054,7 @@ callsigns from playername or group name.

- Core.Point#COORDINATE + CSAR.coordinate @@ -11567,6 +11596,17 @@ callsigns from playername or group name.

Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue

+
+ +
+
+
+ + +CSAR.speed + + +
@@ -13673,7 +13713,7 @@ callsigns from playername or group name.

- Core.Point#COORDINATE + CSAR.coordinate @@ -14215,6 +14255,17 @@ callsigns from playername or group name.

Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue

+
+ +
+
+
+ + +CSAR.speed + + +
@@ -14671,6 +14722,52 @@ callsigns from playername or group name.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -16189,6 +16286,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 45c89f53a..638bba8f3 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -4881,6 +4881,12 @@ If you use units built by multiple templates, they will effectively double on lo

CTLD:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CTLD:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5116,6 +5122,12 @@ Have a look at the class Core.Event#EVENT

CTLD:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CTLD:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6204,20 +6216,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -6314,7 +6312,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeFMFrequencies @@ -6325,7 +6323,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeUHFFrequencies @@ -6341,6 +6339,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Beacons

+
@@ -6452,11 +6453,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + CTLD.RadioPath + +

Folderpath.

+
@@ -6521,17 +6525,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Smokes and Flares

-
- -
-
-
- - -CTLD.Spawned_Cargo - - -
@@ -6543,17 +6536,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -6853,6 +6835,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

#1570

+ + + +
+
+ + #table +CTLD.droppedBeacons + + +
@@ -7324,7 +7317,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + CTLD.troopdropzoneradius @@ -24133,20 +24126,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -24243,7 +24222,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeFMFrequencies @@ -24254,7 +24233,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeUHFFrequencies @@ -24270,6 +24249,9 @@ However, if you create a new folder inside the miz file, which contains the soun + +

Beacons

+
@@ -24381,11 +24363,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- #string + CTLD.RadioPath + +

Folderpath.

+
@@ -24450,17 +24435,6 @@ However, if you create a new folder inside the miz file, which contains the soun

Smokes and Flares

-
- -
-
-
- - -CTLD.Spawned_Cargo - - -
@@ -24472,17 +24446,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -24782,6 +24745,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+ + + +
+
+ + #table +CTLD.droppedBeacons + + +
@@ -25253,7 +25227,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number + CTLD.troopdropzoneradius @@ -27042,20 +27016,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
-
-
- - #number -CTLD.Engineers - - - - -

use as counter

- -
-
@@ -27152,7 +27112,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeFMFrequencies @@ -27163,7 +27123,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #table + CTLD.FreeUHFFrequencies @@ -27179,6 +27139,9 @@ However, if you create a new folder inside the miz file, which contains the soun + +

Beacons

+
@@ -27290,11 +27253,14 @@ However, if you create a new folder inside the miz file, which contains the soun
- #string + CTLD.RadioPath + +

Folderpath.

+
@@ -27359,17 +27325,6 @@ However, if you create a new folder inside the miz file, which contains the soun

Smokes and Flares

-
- -
-
-
- - -CTLD.Spawned_Cargo - - -
@@ -27381,17 +27336,6 @@ However, if you create a new folder inside the miz file, which contains the soun -
- -
-
-
- - #number -CTLD.TroopCounter - - -
@@ -27691,6 +27635,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+ + + +
+
+ + #table +CTLD.droppedBeacons + + +
@@ -28162,7 +28117,7 @@ However, if you create a new folder inside the miz file, which contains the soun
- #number + CTLD.troopdropzoneradius @@ -28595,6 +28550,52 @@ However, if you create a new folder inside the miz file, which contains the soun
+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -30113,6 +30114,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -32814,6 +32851,17 @@ When moose is loading dynamically (for moose class development), tracing is swit

Can transport crate.

+ + + +
+
diff --git a/Documentation/Ops.Cohort.html b/Documentation/Ops.Cohort.html index 9ca52044d..a8f385392 100644 --- a/Documentation/Ops.Cohort.html +++ b/Documentation/Ops.Cohort.html @@ -2567,6 +2567,12 @@

COHORT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

COHORT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2802,6 +2808,12 @@ Have a look at the class Core.Event#EVENT

COHORT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

COHORT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9174,6 +9186,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10692,6 +10750,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Commander.html b/Documentation/Ops.Commander.html index 588c036be..ef1de6d08 100644 --- a/Documentation/Ops.Commander.html +++ b/Documentation/Ops.Commander.html @@ -2527,6 +2527,12 @@ end

COMMANDER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

COMMANDER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2762,6 +2768,12 @@ Have a look at the class Core.Event#EVENT

COMMANDER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

COMMANDER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9750,6 +9762,52 @@ Cohort assets will not be available until relocation is finished.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11268,6 +11326,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.EasyAG.html b/Documentation/Ops.EasyAG.html index 788518be2..d94db97e1 100644 --- a/Documentation/Ops.EasyAG.html +++ b/Documentation/Ops.EasyAG.html @@ -3202,6 +3202,12 @@ Normally this isn't necessary when the Group name is correctly filled (see EWRNa

EASYA2G:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

EASYA2G:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3437,6 +3443,12 @@ Have a look at the class Core.Event#EVENT

EASYA2G:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

EASYA2G:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -13465,6 +13477,52 @@ self.CapZoneName = CapZoneName

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14983,6 +15041,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.EasyGCICAP.html b/Documentation/Ops.EasyGCICAP.html index 06e621008..2db85e4d0 100644 --- a/Documentation/Ops.EasyGCICAP.html +++ b/Documentation/Ops.EasyGCICAP.html @@ -2769,6 +2769,12 @@ Normally this isn't necessary when the Group name is correctly filled (see EWRNa

EASYGCICAP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

EASYGCICAP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3004,6 +3010,12 @@ Have a look at the class Core.Event#EVENT

EASYGCICAP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

EASYGCICAP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -11349,6 +11361,52 @@ self.CapZoneName = CapZoneName

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -12867,6 +12925,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Fleet.html b/Documentation/Ops.Fleet.html index 846cdb337..e93a605e0 100644 --- a/Documentation/Ops.Fleet.html +++ b/Documentation/Ops.Fleet.html @@ -4505,6 +4505,12 @@ myFleet:AddFlotilla(FlotillaPerry)

FLEET:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FLEET:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4740,6 +4746,12 @@ Have a look at the class Core.Event#EVENT

FLEET:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FLEET:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -27493,6 +27505,52 @@ this request is used to put the groups back into the warehouse stock.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -29011,6 +29069,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html index 0daced47a..c42c911c7 100644 --- a/Documentation/Ops.FlightGroup.html +++ b/Documentation/Ops.FlightGroup.html @@ -6884,6 +6884,12 @@

FLIGHTGROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FLIGHTGROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -7119,6 +7125,12 @@ Have a look at the class Core.Event#EVENT

FLIGHTGROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FLIGHTGROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -7838,20 +7850,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
-
- - -FLIGHTGROUP.currbase - - - - -

Set current airbase.

- -
-
@@ -8119,6 +8117,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Spawn in uncontrolled state.

+
@@ -18674,20 +18675,6 @@ Here we only check if stuck whilst taxiing.

- -
-
- - -FLIGHTGROUP.currbase - - - - -

Set current airbase.

- -
-
@@ -18955,6 +18942,9 @@ Here we only check if stuck whilst taxiing.

+ +

Spawn in uncontrolled state.

+
@@ -39553,20 +39543,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -
-
- - -FLIGHTGROUP.currbase - - - - -

Set current airbase.

- -
-
@@ -39834,6 +39810,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Spawn in uncontrolled state.

+
@@ -41772,20 +41751,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -
-
- - -FLIGHTGROUP.currbase - - - - -

Set current airbase.

- -
-
@@ -42053,6 +42018,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo + +

Spawn in uncontrolled state.

+
@@ -42650,6 +42618,52 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -44168,6 +44182,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Flotilla.html b/Documentation/Ops.Flotilla.html index 70fc399a7..886567249 100644 --- a/Documentation/Ops.Flotilla.html +++ b/Documentation/Ops.Flotilla.html @@ -2626,6 +2626,12 @@

FLOTILLA:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FLOTILLA:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2861,6 +2867,12 @@ Have a look at the class Core.Event#EVENT

FLOTILLA:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FLOTILLA:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -8582,6 +8594,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10100,6 +10158,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html index 38154bd18..a10d1618a 100644 --- a/Documentation/Ops.Intel.html +++ b/Documentation/Ops.Intel.html @@ -2935,6 +2935,12 @@ from a given radar position.

INTEL:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

INTEL:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3170,6 +3176,12 @@ Have a look at the class Core.Event#EVENT

INTEL:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

INTEL:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4290,6 +4302,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

INTEL_DLINK:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

INTEL_DLINK:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4525,6 +4543,12 @@ Have a look at the class Core.Event#EVENT

INTEL_DLINK:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

INTEL_DLINK:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4952,72 +4976,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -10933,72 +10891,6 @@ the radar (nose-on) and 90° when the target crosses the beam (side-on).

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -12963,72 +12855,6 @@ Sources: public declassified estimates, Jane's, IISS assessments.

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

- - - -
-
- - #boolean -INTEL.DetectDLINK - - - -
- -
-
-
- - #boolean -INTEL.DetectIRST - - - -
- -
-
-
- - #boolean -INTEL.DetectOptical - - - -
- -
-
-
- - #boolean -INTEL.DetectRWR - - - -
- -
-
-
- - #boolean -INTEL.DetectRadar - - - -
- -
-
-
- - #boolean -INTEL.DetectVisual - - -
@@ -13753,6 +13579,52 @@ Sources: public declassified estimates, Jane's, IISS assessments. + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -15271,6 +15143,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -20669,6 +20577,52 @@ Gather data with the event function: + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -22187,6 +22141,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Legion.html b/Documentation/Ops.Legion.html index c52973d64..1414b3d48 100644 --- a/Documentation/Ops.Legion.html +++ b/Documentation/Ops.Legion.html @@ -4302,6 +4302,12 @@

LEGION:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

LEGION:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4537,6 +4543,12 @@ Have a look at the class Core.Event#EVENT

LEGION:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

LEGION:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -26524,6 +26536,52 @@ this request is used to put the groups back into the warehouse stock.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -28042,6 +28100,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.NavyGroup.html b/Documentation/Ops.NavyGroup.html index 34c63cee2..8f6fb23f6 100644 --- a/Documentation/Ops.NavyGroup.html +++ b/Documentation/Ops.NavyGroup.html @@ -6053,6 +6053,12 @@

NAVYGROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

NAVYGROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -6288,6 +6294,12 @@ Have a look at the class Core.Event#EVENT

NAVYGROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

NAVYGROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -35081,6 +35093,52 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -36599,6 +36657,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Operation.html b/Documentation/Ops.Operation.html index 5f1664fdf..68beb0146 100644 --- a/Documentation/Ops.Operation.html +++ b/Documentation/Ops.Operation.html @@ -2534,6 +2534,12 @@ added. If this is omitted (nil), the phase is added to the default, i.e.

OPERATION:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

OPERATION:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2769,6 +2775,12 @@ Have a look at the class Core.Event#EVENT

OPERATION:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

OPERATION:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9626,6 +9638,52 @@ If the condition evaluation returns true, the phase is set to state + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11144,6 +11202,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html index 5c2532f80..287f88c05 100644 --- a/Documentation/Ops.OpsGroup.html +++ b/Documentation/Ops.OpsGroup.html @@ -5282,6 +5282,12 @@

OPSGROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

OPSGROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5517,6 +5523,12 @@ Have a look at the class Core.Event#EVENT

OPSGROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

OPSGROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -34207,6 +34219,52 @@ Optionally, you can calculate the current max weight possible, which accounts fo + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -35725,6 +35783,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.OpsTransport.html b/Documentation/Ops.OpsTransport.html index 938807253..c22854b6c 100644 --- a/Documentation/Ops.OpsTransport.html +++ b/Documentation/Ops.OpsTransport.html @@ -2921,6 +2921,12 @@ carrier:AddOpsTransport(opstransport)

OPSTRANSPORT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

OPSTRANSPORT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3156,6 +3162,12 @@ Have a look at the class Core.Event#EVENT

OPSTRANSPORT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

OPSTRANSPORT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12887,6 +12899,52 @@ path.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14405,6 +14463,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.OpsZone.html b/Documentation/Ops.OpsZone.html index ec4971c64..ec91cfb82 100644 --- a/Documentation/Ops.OpsZone.html +++ b/Documentation/Ops.OpsZone.html @@ -2622,6 +2622,12 @@

OPSZONE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

OPSZONE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2857,6 +2863,12 @@ Have a look at the class Core.Event#EVENT

OPSZONE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

OPSZONE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3530,9 +3542,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

Contested.

- @@ -7350,9 +7359,6 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) -- - -

Contested.

- @@ -9307,9 +9313,6 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) -- - -

Contested.

- @@ -9834,6 +9837,52 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) -- + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11352,6 +11401,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Platoon.html b/Documentation/Ops.Platoon.html index ec474183d..99ba484d0 100644 --- a/Documentation/Ops.Platoon.html +++ b/Documentation/Ops.Platoon.html @@ -2619,6 +2619,12 @@

PLATOON:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

PLATOON:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2854,6 +2860,12 @@ Have a look at the class Core.Event#EVENT

PLATOON:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

PLATOON:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -8513,6 +8525,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10031,6 +10089,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.PlayerRecce.html b/Documentation/Ops.PlayerRecce.html index c394e9649..0b6ed9a44 100644 --- a/Documentation/Ops.PlayerRecce.html +++ b/Documentation/Ops.PlayerRecce.html @@ -2988,6 +2988,12 @@

PLAYERRECCE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

PLAYERRECCE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3223,6 +3229,12 @@ Have a look at the class Core.Event#EVENT

PLAYERRECCE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

PLAYERRECCE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12658,6 +12670,52 @@ Note that this must be installed on your windows system. Can also be Google voic + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14176,6 +14234,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html index a3355494e..a5bd56a78 100644 --- a/Documentation/Ops.PlayerTask.html +++ b/Documentation/Ops.PlayerTask.html @@ -2879,6 +2879,12 @@ Also, you need to desanitize the mission scripting environment, i.e. "lfs" and "

PLAYERTASK:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

PLAYERTASK:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3114,6 +3120,12 @@ Have a look at the class Core.Event#EVENT

PLAYERTASK:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

PLAYERTASK:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5155,6 +5167,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

PLAYERTASKCONTROLLER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

PLAYERTASKCONTROLLER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -5390,6 +5408,12 @@ Have a look at the class Core.Event#EVENT

PLAYERTASKCONTROLLER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

PLAYERTASKCONTROLLER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12144,6 +12168,52 @@ playerTaskManager:AddPlayerTaskToQueue(mytask)
+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -13662,6 +13732,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -16517,7 +16623,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- + #number PLAYERTASKCONTROLLER.lasttaskcount @@ -24038,7 +24144,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- + #number PLAYERTASKCONTROLLER.lasttaskcount @@ -26509,7 +26615,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
- + #number PLAYERTASKCONTROLLER.lasttaskcount @@ -26961,6 +27067,52 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -28479,6 +28631,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.RecoveryTanker.html b/Documentation/Ops.RecoveryTanker.html index f1fbbab2f..f046c2574 100644 --- a/Documentation/Ops.RecoveryTanker.html +++ b/Documentation/Ops.RecoveryTanker.html @@ -2796,6 +2796,12 @@ If enabled, text messages about the tanker status will be displayed on screen an

RECOVERYTANKER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RECOVERYTANKER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3031,6 +3037,12 @@ Have a look at the class Core.Event#EVENT

RECOVERYTANKER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RECOVERYTANKER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9735,6 +9747,52 @@ The group name is the one specified in the RECO + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11253,6 +11311,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.RescueHelo.html b/Documentation/Ops.RescueHelo.html index c42af23aa..676a0294d 100644 --- a/Documentation/Ops.RescueHelo.html +++ b/Documentation/Ops.RescueHelo.html @@ -2603,6 +2603,12 @@ If enabled, text messages about the helo status will be displayed on screen and

RESCUEHELO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RESCUEHELO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2838,6 +2844,12 @@ Have a look at the class Core.Event#EVENT

RESCUEHELO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RESCUEHELO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -8596,6 +8608,52 @@ The group name is the one specified in the RESCUEHE + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10114,6 +10172,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Squadron.html b/Documentation/Ops.Squadron.html index e9987b6e1..1acda54d5 100644 --- a/Documentation/Ops.Squadron.html +++ b/Documentation/Ops.Squadron.html @@ -2853,6 +2853,12 @@

SQUADRON:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SQUADRON:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3088,6 +3094,12 @@ Have a look at the class Core.Event#EVENT

SQUADRON:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SQUADRON:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -10462,6 +10474,52 @@ Spawning on runways is not supported.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11980,6 +12038,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.TARS.html b/Documentation/Ops.TARS.html index 2cad542de..5b46bde4b 100644 --- a/Documentation/Ops.TARS.html +++ b/Documentation/Ops.TARS.html @@ -2239,6 +2239,12 @@ another sortie in the same slot without rejoining.

TARS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TARS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2474,6 +2480,12 @@ Have a look at the class Core.Event#EVENT

TARS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TARS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3404,6 +3416,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

TARS_SESSION:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TARS_SESSION:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3639,6 +3657,12 @@ Have a look at the class Core.Event#EVENT

TARS_SESSION:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TARS_SESSION:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -6962,6 +6986,52 @@ Passes extra arguments through string.format when provided.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -8480,6 +8550,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -12649,6 +12755,52 @@ Clamped between 5 and 120 seconds to prevent extreme values.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14167,6 +14319,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Ops.Target.html b/Documentation/Ops.Target.html index b5c6f8dab..f7b659548 100644 --- a/Documentation/Ops.Target.html +++ b/Documentation/Ops.Target.html @@ -2502,6 +2502,12 @@

TARGET:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

TARGET:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2737,6 +2743,12 @@ Have a look at the class Core.Event#EVENT

TARGET:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

TARGET:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9314,6 +9326,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10832,6 +10890,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Shapes.POLYGON.html b/Documentation/Shapes.POLYGON.html index 964e41d9a..307469846 100644 --- a/Documentation/Shapes.POLYGON.html +++ b/Documentation/Shapes.POLYGON.html @@ -1726,6 +1726,12 @@

POLYGON:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

POLYGON:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1961,6 +1967,12 @@ Have a look at the class Core.Event#EVENT

POLYGON:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

POLYGON:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3603,6 +3615,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5121,6 +5179,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Shapes.SHAPE_BASE.html b/Documentation/Shapes.SHAPE_BASE.html index 3c5b2b52d..a61293283 100644 --- a/Documentation/Shapes.SHAPE_BASE.html +++ b/Documentation/Shapes.SHAPE_BASE.html @@ -1735,6 +1735,12 @@ This is the base class that all other shape classes are built on. There are some

SHAPE_BASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SHAPE_BASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1970,6 +1976,12 @@ Have a look at the class Core.Event#EVENT

SHAPE_BASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SHAPE_BASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3380,6 +3392,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4898,6 +4956,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Sound.Radio.html b/Documentation/Sound.Radio.html index dbcc66511..cb264708c 100644 --- a/Documentation/Sound.Radio.html +++ b/Documentation/Sound.Radio.html @@ -1764,6 +1764,12 @@ This function is especially useful to stop the broadcast of looped transmissions

RADIO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RADIO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1999,6 +2005,12 @@ Have a look at the class Core.Event#EVENT

RADIO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RADIO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3669,6 +3681,52 @@ This function is especially useful to stop the broadcast of looped transmissions + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5187,6 +5245,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Sound.RadioQueue.html b/Documentation/Sound.RadioQueue.html index ce25af647..5832e8f88 100644 --- a/Documentation/Sound.RadioQueue.html +++ b/Documentation/Sound.RadioQueue.html @@ -1810,6 +1810,12 @@

RADIOQUEUE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RADIOQUEUE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2045,6 +2051,12 @@ Have a look at the class Core.Event#EVENT

RADIOQUEUE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RADIOQUEUE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4266,6 +4278,52 @@ Therefore, to achive the goal, it is vital to know the precise duration how long + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5784,6 +5842,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Sound.RadioSpeech.html b/Documentation/Sound.RadioSpeech.html index be4975cf5..e87f0962a 100644 --- a/Documentation/Sound.RadioSpeech.html +++ b/Documentation/Sound.RadioSpeech.html @@ -1886,6 +1886,12 @@

RADIOSPEECH:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

RADIOSPEECH:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2121,6 +2127,12 @@ Have a look at the class Core.Event#EVENT

RADIOSPEECH:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

RADIOSPEECH:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4314,6 +4326,52 @@ Therefore, this class is considered to be deprecated

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5832,6 +5890,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Sound.SRS.html b/Documentation/Sound.SRS.html index 4977b41c3..a81b45108 100644 --- a/Documentation/Sound.SRS.html +++ b/Documentation/Sound.SRS.html @@ -2464,6 +2464,12 @@ atis:Start()

MSRS:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MSRS:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2699,6 +2705,12 @@ Have a look at the class Core.Event#EVENT

MSRS:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MSRS:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3481,6 +3493,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

MSRSQUEUE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MSRSQUEUE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3716,6 +3734,12 @@ Have a look at the class Core.Event#EVENT

MSRSQUEUE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MSRSQUEUE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9366,6 +9390,52 @@ set the path to the exe file via MSRS.SetPath.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10884,6 +10954,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -14364,6 +14470,52 @@ This can be used to submit multiple TTS messages and the class takes care that t + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -15882,6 +16034,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Sound.SoundOutput.html b/Documentation/Sound.SoundOutput.html index 035298099..3b302ef9b 100644 --- a/Documentation/Sound.SoundOutput.html +++ b/Documentation/Sound.SoundOutput.html @@ -1731,6 +1731,12 @@ Note that the gender voice needs to be installed on your windows machine for the

SOUNDBASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SOUNDBASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1966,6 +1972,12 @@ Have a look at the class Core.Event#EVENT

SOUNDBASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SOUNDBASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2455,6 +2467,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SOUNDFILE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SOUNDFILE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2690,6 +2708,12 @@ Have a look at the class Core.Event#EVENT

SOUNDFILE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SOUNDFILE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3179,6 +3203,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

SOUNDTEXT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SOUNDTEXT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3414,6 +3444,12 @@ Have a look at the class Core.Event#EVENT

SOUNDTEXT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SOUNDTEXT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4237,6 +4273,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -5755,6 +5837,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -8571,6 +8689,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10089,6 +10253,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -12909,6 +13109,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14427,6 +14673,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html index 4c08c6b35..edc883213 100644 --- a/Documentation/Utilities.FiFo.html +++ b/Documentation/Utilities.FiFo.html @@ -1771,6 +1771,12 @@

FIFO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

FIFO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2006,6 +2012,12 @@ Have a look at the class Core.Event#EVENT

FIFO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

FIFO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2604,6 +2616,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

LIFO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

LIFO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2839,6 +2857,12 @@ Have a look at the class Core.Event#EVENT

LIFO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

LIFO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3264,17 +3288,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

- - - -
-
- - #number -FIFO.uniquecounter - - -
@@ -4124,17 +4137,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

- - - -
-
- - #number -FIFO.uniquecounter - - -
@@ -4483,6 +4485,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6001,6 +6049,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -8052,17 +8136,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - - - -
-
- - #number -LIFO.uniquecounter - - -
@@ -8912,17 +8985,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - - - -
-
- - #number -LIFO.uniquecounter - - -
@@ -9271,6 +9333,52 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10789,6 +10897,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Utilities.Socket.html b/Documentation/Utilities.Socket.html index c4a0d5e27..a33b90f09 100644 --- a/Documentation/Utilities.Socket.html +++ b/Documentation/Utilities.Socket.html @@ -1976,6 +1976,12 @@

SOCKET:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SOCKET:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2211,6 +2217,12 @@ Have a look at the class Core.Event#EVENT

SOCKET:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SOCKET:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5075,6 +5087,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6593,6 +6651,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Airbase.html b/Documentation/Wrapper.Airbase.html index ad8bfa976..0d77f963d 100644 --- a/Documentation/Wrapper.Airbase.html +++ b/Documentation/Wrapper.Airbase.html @@ -3612,6 +3612,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

AIRBASE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

AIRBASE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3847,6 +3853,12 @@ Have a look at the class Core.Event#EVENT

AIRBASE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

AIRBASE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -17536,6 +17548,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -19054,6 +19112,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html index 44da192cf..67f4e7ab1 100644 --- a/Documentation/Wrapper.Client.html +++ b/Documentation/Wrapper.Client.html @@ -4497,6 +4497,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

CLIENT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CLIENT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4732,6 +4738,12 @@ Have a look at the class Core.Event#EVENT

CLIENT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CLIENT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -29314,6 +29326,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -30832,6 +30890,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html index 684c0d3d6..a0a88f175 100644 --- a/Documentation/Wrapper.Controllable.html +++ b/Documentation/Wrapper.Controllable.html @@ -3864,6 +3864,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

CONTROLLABLE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

CONTROLLABLE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4099,6 +4105,12 @@ Have a look at the class Core.Event#EVENT

CONTROLLABLE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

CONTROLLABLE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4446,17 +4458,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -18198,17 +18199,6 @@ mygroup:WayPointExecute()

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -22364,17 +22354,6 @@ Coordinates are dependent on the position of the maps origin.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -23051,17 +23030,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -23249,17 +23217,6 @@ If the Identifiable is alive, true is returned.

The DCS controllable class.

- - - -
-
- - #boolean -CONTROLLABLE.IRMarkerGroup - - -
@@ -23652,6 +23609,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -25170,6 +25173,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.DynamicCargo.html b/Documentation/Wrapper.DynamicCargo.html index b0518b96e..f391ecc5a 100644 --- a/Documentation/Wrapper.DynamicCargo.html +++ b/Documentation/Wrapper.DynamicCargo.html @@ -2851,6 +2851,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

DYNAMICCARGO:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

DYNAMICCARGO:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3086,6 +3092,12 @@ Have a look at the class Core.Event#EVENT

DYNAMICCARGO:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

DYNAMICCARGO:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -11786,6 +11798,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -13304,6 +13362,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 688f6b1e3..cf4ecec5b 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -4674,6 +4674,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

GROUP:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

GROUP:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4909,6 +4915,12 @@ Have a look at the class Core.Event#EVENT

GROUP:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

GROUP:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -5586,18 +5598,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-GROUP.InitRespawnRandomizePositionInner - - - -
- - -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -10781,18 +10782,7 @@ These settings can be provided by calling the relevant Init...() methods of the - -
-
- -
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -28909,18 +28888,7 @@ Coordinates are dependent on the position of the maps origin.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -29701,18 +29669,7 @@ If the Identifiable is alive, true is returned.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -30004,18 +29961,7 @@ If the Identifiable is alive, true is returned.

- -
-
-
- - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -30400,6 +30346,52 @@ If the Identifiable is alive, true is returned.

+
+
+ +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -31918,6 +31910,42 @@ initiator : The unit that is starting its engines.

+
+ + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Identifiable.html b/Documentation/Wrapper.Identifiable.html index 8e278c50f..024df75c8 100644 --- a/Documentation/Wrapper.Identifiable.html +++ b/Documentation/Wrapper.Identifiable.html @@ -1730,6 +1730,12 @@

IDENTIFIABLE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

IDENTIFIABLE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1965,6 +1971,12 @@ Have a look at the class Core.Event#EVENT

IDENTIFIABLE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

IDENTIFIABLE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3369,6 +3381,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4887,6 +4945,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 0e4087763..59f9a58f1 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2353,6 +2353,12 @@ env.info( "Marker Coordinate LL DSM = " .. Coordinate:ToStringLLDMS() )

MARKER:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

MARKER:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2588,6 +2594,12 @@ Have a look at the class Core.Event#EVENT

MARKER:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

MARKER:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -7210,6 +7222,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -8728,6 +8786,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Net.html b/Documentation/Wrapper.Net.html index 0c9bcccd7..fe50832a6 100644 --- a/Documentation/Wrapper.Net.html +++ b/Documentation/Wrapper.Net.html @@ -2204,6 +2204,12 @@ with some added FSM functions and options to block/unblock players in MP environ

NET:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

NET:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2439,6 +2445,12 @@ Have a look at the class Core.Event#EVENT

NET:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

NET:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -7837,6 +7849,52 @@ net.PS_EJECT (7) - of ejects + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -9355,6 +9413,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Object.html b/Documentation/Wrapper.Object.html index 7ac5314a5..b25ff7b80 100644 --- a/Documentation/Wrapper.Object.html +++ b/Documentation/Wrapper.Object.html @@ -1632,6 +1632,12 @@

OBJECT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

OBJECT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -1867,6 +1873,12 @@ Have a look at the class Core.Event#EVENT

OBJECT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

OBJECT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -2679,6 +2691,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -4197,6 +4255,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html index 94f3ec210..35094ba64 100644 --- a/Documentation/Wrapper.Positionable.html +++ b/Documentation/Wrapper.Positionable.html @@ -2394,6 +2394,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

POSITIONABLE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

POSITIONABLE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2629,6 +2635,12 @@ Have a look at the class Core.Event#EVENT

POSITIONABLE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

POSITIONABLE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3178,6 +3190,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

POSITIONABLE.__:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

POSITIONABLE.__:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3413,6 +3431,12 @@ Have a look at the class Core.Event#EVENT

POSITIONABLE.__:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

POSITIONABLE.__:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -3797,17 +3821,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
@@ -7963,17 +7976,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
@@ -8650,17 +8652,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
@@ -8848,17 +8839,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
@@ -9229,6 +9209,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10747,6 +10773,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
@@ -13780,6 +13842,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -15298,6 +15406,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Scenery.html b/Documentation/Wrapper.Scenery.html index e1228ad36..8e8745aa4 100644 --- a/Documentation/Wrapper.Scenery.html +++ b/Documentation/Wrapper.Scenery.html @@ -2610,6 +2610,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

SCENERY:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

SCENERY:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2845,6 +2851,12 @@ Have a look at the class Core.Event#EVENT

SCENERY:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

SCENERY:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -10012,6 +10024,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -11530,6 +11588,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Static.html b/Documentation/Wrapper.Static.html index c3c64be76..a9d111bae 100644 --- a/Documentation/Wrapper.Static.html +++ b/Documentation/Wrapper.Static.html @@ -2508,6 +2508,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

STATIC:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

STATIC:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2743,6 +2749,12 @@ Have a look at the class Core.Event#EVENT

STATIC:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

STATIC:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -9125,6 +9137,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -10643,6 +10701,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Storage.html b/Documentation/Wrapper.Storage.html index 11ee6c79f..3f13d322f 100644 --- a/Documentation/Wrapper.Storage.html +++ b/Documentation/Wrapper.Storage.html @@ -1982,6 +1982,12 @@ UTILS.PrintTableToLog(weapons)

STORAGE:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

STORAGE:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -2217,6 +2223,12 @@ Have a look at the class Core.Event#EVENT

STORAGE:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

STORAGE:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -4733,6 +4745,52 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -6251,6 +6309,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html index d3ecfa60b..70d37c614 100644 --- a/Documentation/Wrapper.Unit.html +++ b/Documentation/Wrapper.Unit.html @@ -4279,6 +4279,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

UNIT:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

UNIT:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -4514,6 +4520,12 @@ Have a look at the class Core.Event#EVENT

UNIT:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

UNIT:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -27329,6 +27341,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -28847,6 +28905,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+
diff --git a/Documentation/Wrapper.Weapon.html b/Documentation/Wrapper.Weapon.html index b7440e7d3..8cbc84a2e 100644 --- a/Documentation/Wrapper.Weapon.html +++ b/Documentation/Wrapper.Weapon.html @@ -2978,6 +2978,12 @@ X is the orientation parallel to the movement of the object, Z perpendicular and

WEAPON:CreateEventDynamicCargoUnloaded(DynamicCargo)

Creation of a S_EVENT_DYNAMIC_CARGO_UNLOADED event.

+ + + +

WEAPON:CreateEventGroupChangeOption(EventTime, Initiator)

+ +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

@@ -3213,6 +3219,12 @@ Have a look at the class Core.Event#EVENT

WEAPON:OnEventEngineStartup(EventData)

Occurs when any aircraft starts its engines.

+ + + +

WEAPON:OnEventGroupChangeOption(EventData)

+ +

Occurs when an option is changed for an AI group.

@@ -12623,6 +12635,52 @@ If the Identifiable is alive, true is returned.

+ + + +
+ + + +

Creation of a S_EVENT_GROUP_CHANGE_OPTION event.

+ +
+
+

Defined in:

+ +

Parameters:

+
+
+

+ DCS#Time + EventTime +

+
+
+ +

The time stamp of the event.

+ +
+
+
+
+

+ DCS#Group + Initiator +

+
+
+ +

The initiating group of the event.

+ +
+
+
+
@@ -14141,6 +14199,42 @@ initiator : The unit that is starting its engines.

+ + + +
+ + + +

Occurs when an option is changed for an AI group.

+ + +

The event identifies the initiating group, but does not provide the option ID or value.

+ +
+
+

Defined in:

+ +

Parameter:

+
+
+

+ Core.Event#EVENTDATA + EventData +

+
+
+ +

The EventData structure.

+ +
+
+
+