diff --git a/Documentation/AI.AI_A2A_Cap.html b/Documentation/AI.AI_A2A_Cap.html
index c33368d71..d26607311 100644
--- a/Documentation/AI.AI_A2A_Cap.html
+++ b/Documentation/AI.AI_A2A_Cap.html
@@ -2750,6 +2750,12 @@ Use the method AI.AI_Cap#AI
AI_A2A_CAP:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_A2A_CAP:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2780,6 +2786,12 @@ Use the method AI.AI_Cap#AI
AI_A2A_CAP:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_A2A_CAP:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2831,6 +2843,12 @@ place: Object that the unit landed on.
AI_A2A_CAP:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_A2A_CAP:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2861,6 +2879,12 @@ place: Object that the unit landed on.
AI_A2A_CAP:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_A2A_CAP:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2927,6 +2951,12 @@ place: Object that the unit landed on.
AI_A2A_CAP:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_A2A_CAP:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -10590,6 +10620,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10776,6 +10839,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11080,6 +11176,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11254,6 +11383,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11656,6 +11821,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_A2A_Dispatcher.html b/Documentation/AI.AI_A2A_Dispatcher.html
index 53607c78f..f7f1cb2da 100644
--- a/Documentation/AI.AI_A2A_Dispatcher.html
+++ b/Documentation/AI.AI_A2A_Dispatcher.html
@@ -3989,6 +3989,12 @@ The following parameters were given to the :New method of AI_A2A_GCICAP, and mea
AI_A2A_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_A2A_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4019,6 +4025,12 @@ The following parameters were given to the :New method of AI_A2A_GCICAP, and mea
AI_A2A_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_A2A_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4070,6 +4082,12 @@ place: Object that the unit landed on.
AI_A2A_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_A2A_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4100,6 +4118,12 @@ place: Object that the unit landed on.
AI_A2A_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_A2A_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4166,6 +4190,12 @@ place: Object that the unit landed on.
AI_A2A_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_A2A_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -15044,6 +15074,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -15230,6 +15293,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -15534,6 +15630,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -15708,6 +15837,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -16110,6 +16275,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_A2G_Dispatcher.html b/Documentation/AI.AI_A2G_Dispatcher.html
index 66d502485..ff4e154d2 100644
--- a/Documentation/AI.AI_A2G_Dispatcher.html
+++ b/Documentation/AI.AI_A2G_Dispatcher.html
@@ -3973,6 +3973,12 @@ of the squadron will be destroyed. This to keep consistency of air operations no
AI_A2G_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_A2G_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4003,6 +4009,12 @@ of the squadron will be destroyed. This to keep consistency of air operations no
AI_A2G_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_A2G_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4054,6 +4066,12 @@ place: Object that the unit landed on.
AI_A2G_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_A2G_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4084,6 +4102,12 @@ place: Object that the unit landed on.
AI_A2G_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_A2G_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4150,6 +4174,12 @@ place: Object that the unit landed on.
AI_A2G_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_A2G_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -17082,6 +17112,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17268,6 +17331,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17572,6 +17668,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17746,6 +17875,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -18148,6 +18313,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_AIR_Dispatcher.html b/Documentation/AI.AI_AIR_Dispatcher.html
index 16c75e243..bcd59da5b 100644
--- a/Documentation/AI.AI_AIR_Dispatcher.html
+++ b/Documentation/AI.AI_AIR_Dispatcher.html
@@ -3769,6 +3769,12 @@ of the squadron will be destroyed. This to keep consistency of air operations no
AI_AIR_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_AIR_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3799,6 +3805,12 @@ of the squadron will be destroyed. This to keep consistency of air operations no
AI_AIR_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_AIR_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3850,6 +3862,12 @@ place: Object that the unit landed on.
AI_AIR_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_AIR_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3880,6 +3898,12 @@ place: Object that the unit landed on.
AI_AIR_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_AIR_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3946,6 +3970,12 @@ place: Object that the unit landed on.
AI_AIR_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_AIR_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -13832,6 +13862,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14018,6 +14081,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14322,6 +14418,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14496,6 +14625,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14898,6 +15063,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index e291953b8..59ffef49b 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -2450,6 +2450,12 @@ and the resulting state will be the To state.
AI_AIR:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_AIR:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2480,6 +2486,12 @@ and the resulting state will be the To state.
AI_AIR:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_AIR:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2531,6 +2543,12 @@ place: Object that the unit landed on.
AI_AIR:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_AIR:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2561,6 +2579,12 @@ place: Object that the unit landed on.
AI_AIR:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_AIR:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2627,6 +2651,12 @@ place: Object that the unit landed on.
AI_AIR:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_AIR:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2825,17 +2855,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5580,17 +5599,6 @@ Once the time is finished, the old AI will return to the base.
-
-
-
-
@@ -6316,17 +6324,6 @@ Once the time is finished, the old AI will return to the base.
-
-
-
-
@@ -7945,17 +7942,6 @@ Once the time is finished, the old AI will return to the base.
-
-
-
-
@@ -9183,6 +9169,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9369,6 +9388,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9673,6 +9725,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9847,6 +9932,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10249,6 +10370,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Air_Patrol.html b/Documentation/AI.AI_Air_Patrol.html
index 91c08704f..5c804443a 100644
--- a/Documentation/AI.AI_Air_Patrol.html
+++ b/Documentation/AI.AI_Air_Patrol.html
@@ -2693,6 +2693,12 @@ Use the method AI.AI_Cap
AI_AIR_PATROL:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_AIR_PATROL:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2723,6 +2729,12 @@ Use the method AI.AI_Cap
AI_AIR_PATROL:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_AIR_PATROL:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2774,6 +2786,12 @@ place: Object that the unit landed on.
AI_AIR_PATROL:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_AIR_PATROL:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2804,6 +2822,12 @@ place: Object that the unit landed on.
AI_AIR_PATROL:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_AIR_PATROL:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2870,6 +2894,12 @@ place: Object that the unit landed on.
AI_AIR_PATROL:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_AIR_PATROL:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -10164,6 +10194,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10350,6 +10413,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10654,6 +10750,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10828,6 +10957,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11230,6 +11395,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index e4fd71871..0b5c577da 100644
--- a/Documentation/AI.AI_Air_Squadron.html
+++ b/Documentation/AI.AI_Air_Squadron.html
@@ -1884,6 +1884,12 @@ Controls a network of short range air/missile defense groups.
AI_AIR_SQUADRON:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_AIR_SQUADRON:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1914,6 +1920,12 @@ Controls a network of short range air/missile defense groups.
AI_AIR_SQUADRON:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_AIR_SQUADRON:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1965,6 +1977,12 @@ place: Object that the unit landed on.
AI_AIR_SQUADRON:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_AIR_SQUADRON:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1995,6 +2013,12 @@ place: Object that the unit landed on.
AI_AIR_SQUADRON:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_AIR_SQUADRON:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2061,6 +2085,12 @@ place: Object that the unit landed on.
AI_AIR_SQUADRON:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_AIR_SQUADRON:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2328,6 +2358,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3399,6 +3440,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4546,6 +4598,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4732,6 +4817,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5036,6 +5154,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5210,6 +5361,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5612,6 +5799,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Bai.html b/Documentation/AI.AI_Bai.html
index a5483aae9..cccb4ffe9 100644
--- a/Documentation/AI.AI_Bai.html
+++ b/Documentation/AI.AI_Bai.html
@@ -2908,6 +2908,12 @@ is the point where a map object is to be destroyed (like a bridge).
AI_BAI_ZONE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_BAI_ZONE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2938,6 +2944,12 @@ is the point where a map object is to be destroyed (like a bridge).
AI_BAI_ZONE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_BAI_ZONE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2989,6 +3001,12 @@ place: Object that the unit landed on.
AI_BAI_ZONE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_BAI_ZONE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3019,6 +3037,12 @@ place: Object that the unit landed on.
AI_BAI_ZONE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_BAI_ZONE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3085,6 +3109,12 @@ place: Object that the unit landed on.
AI_BAI_ZONE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_BAI_ZONE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -12056,6 +12086,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12242,6 +12305,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12546,6 +12642,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12720,6 +12849,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13122,6 +13287,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Balancer.html b/Documentation/AI.AI_Balancer.html
index 5c0c4f4e3..f3175f2f8 100644
--- a/Documentation/AI.AI_Balancer.html
+++ b/Documentation/AI.AI_Balancer.html
@@ -2135,6 +2135,12 @@ otherwise the AI_BALANCER will trigger a Destroy event, and the
AI_BALANCER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_BALANCER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2165,6 +2171,12 @@ otherwise the AI_BALANCER will trigger a Destroy event, and the
AI_BALANCER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_BALANCER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2216,6 +2228,12 @@ place: Object that the unit landed on.
AI_BALANCER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_BALANCER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2246,6 +2264,12 @@ place: Object that the unit landed on.
AI_BALANCER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_BALANCER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2312,6 +2336,12 @@ place: Object that the unit landed on.
AI_BALANCER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_BALANCER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6048,6 +6078,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6234,6 +6297,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6538,6 +6634,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6712,6 +6841,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7114,6 +7279,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cap.html b/Documentation/AI.AI_Cap.html
index f9c86c33c..7d3c72282 100644
--- a/Documentation/AI.AI_Cap.html
+++ b/Documentation/AI.AI_Cap.html
@@ -2822,6 +2822,12 @@ Use the method AI.AI_Cap#A
AI_CAP_ZONE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CAP_ZONE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2852,6 +2858,12 @@ Use the method AI.AI_Cap#A
AI_CAP_ZONE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CAP_ZONE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2903,6 +2915,12 @@ place: Object that the unit landed on.
AI_CAP_ZONE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CAP_ZONE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2933,6 +2951,12 @@ place: Object that the unit landed on.
AI_CAP_ZONE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CAP_ZONE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2999,6 +3023,12 @@ place: Object that the unit landed on.
AI_CAP_ZONE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CAP_ZONE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -11645,6 +11675,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11831,6 +11894,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12135,6 +12231,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12309,6 +12438,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12711,6 +12876,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo.html b/Documentation/AI.AI_Cargo.html
index b57dbf477..d9879c40f 100644
--- a/Documentation/AI.AI_Cargo.html
+++ b/Documentation/AI.AI_Cargo.html
@@ -2187,6 +2187,12 @@ Please consult the Cargo.Cargo module for more in
AI_CARGO:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2217,6 +2223,12 @@ Please consult the Cargo.Cargo module for more in
AI_CARGO:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2268,6 +2280,12 @@ place: Object that the unit landed on.
AI_CARGO:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2298,6 +2316,12 @@ place: Object that the unit landed on.
AI_CARGO:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2364,6 +2388,12 @@ place: Object that the unit landed on.
AI_CARGO:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2562,6 +2592,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -4592,6 +4625,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -5204,6 +5240,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -6709,6 +6748,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ No loading happened, so we need to pickup something else.
+
@@ -7823,6 +7865,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8009,6 +8084,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8313,6 +8421,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8487,6 +8628,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8889,6 +9066,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_APC.html b/Documentation/AI.AI_Cargo_APC.html
index 2210bb360..39c6be802 100644
--- a/Documentation/AI.AI_Cargo_APC.html
+++ b/Documentation/AI.AI_Cargo_APC.html
@@ -2425,6 +2425,12 @@ The APCs will follow nearby roads as much as possible, to ensure fast and clean
AI_CARGO_APC:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_APC:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2455,6 +2461,12 @@ The APCs will follow nearby roads as much as possible, to ensure fast and clean
AI_CARGO_APC:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_APC:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2506,6 +2518,12 @@ place: Object that the unit landed on.
AI_CARGO_APC:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_APC:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2536,6 +2554,12 @@ place: Object that the unit landed on.
AI_CARGO_APC:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_APC:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2602,6 +2626,12 @@ place: Object that the unit landed on.
AI_CARGO_APC:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_APC:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -9745,6 +9775,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9931,6 +9994,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10235,6 +10331,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10409,6 +10538,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10811,6 +10976,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 6f93cd504..d00ad8c93 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2177,6 +2177,12 @@ time is not so much of an issue ...
AI_CARGO_AIRPLANE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_AIRPLANE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2207,6 +2213,12 @@ time is not so much of an issue ...
AI_CARGO_AIRPLANE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_AIRPLANE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2258,6 +2270,12 @@ place: Object that the unit landed on.
AI_CARGO_AIRPLANE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_AIRPLANE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2288,6 +2306,12 @@ place: Object that the unit landed on.
AI_CARGO_AIRPLANE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_AIRPLANE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2354,6 +2378,12 @@ place: Object that the unit landed on.
AI_CARGO_AIRPLANE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_AIRPLANE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7621,6 +7651,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7807,6 +7870,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8111,6 +8207,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8285,6 +8414,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8687,6 +8852,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Dispatcher.html b/Documentation/AI.AI_Cargo_Dispatcher.html
index 2206d3a61..321809a46 100644
--- a/Documentation/AI.AI_Cargo_Dispatcher.html
+++ b/Documentation/AI.AI_Cargo_Dispatcher.html
@@ -2792,6 +2792,12 @@ Use AI_CARGO_DISPATCHER.SetHomeZon
AI_CARGO_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2822,6 +2828,12 @@ Use AI_CARGO_DISPATCHER.SetHomeZon
AI_CARGO_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2873,6 +2885,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2903,6 +2921,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2969,6 +2993,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8556,6 +8586,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8742,6 +8805,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9046,6 +9142,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9220,6 +9349,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9622,6 +9787,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Dispatcher_APC.html b/Documentation/AI.AI_Cargo_Dispatcher_APC.html
index c942ebfd9..98076e215 100644
--- a/Documentation/AI.AI_Cargo_Dispatcher_APC.html
+++ b/Documentation/AI.AI_Cargo_Dispatcher_APC.html
@@ -2433,6 +2433,12 @@ Use AI_CARGO_DISPATCHER_APC.Se
AI_CARGO_DISPATCHER_APC:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_DISPATCHER_APC:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2463,6 +2469,12 @@ Use AI_CARGO_DISPATCHER_APC.Se
AI_CARGO_DISPATCHER_APC:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_DISPATCHER_APC:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2514,6 +2526,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_APC:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_DISPATCHER_APC:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2544,6 +2562,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_APC:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_DISPATCHER_APC:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2610,6 +2634,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_APC:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_DISPATCHER_APC:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7925,6 +7955,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8111,6 +8174,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8415,6 +8511,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8589,6 +8718,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8991,6 +9156,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Dispatcher_Airplane.html b/Documentation/AI.AI_Cargo_Dispatcher_Airplane.html
index 908c40647..937f5a8b9 100644
--- a/Documentation/AI.AI_Cargo_Dispatcher_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Dispatcher_Airplane.html
@@ -2344,6 +2344,12 @@ Check out the AI.AI
AI_CARGO_DISPATCHER_AIRPLANE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_DISPATCHER_AIRPLANE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2374,6 +2380,12 @@ Check out the AI.AI
AI_CARGO_DISPATCHER_AIRPLANE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_DISPATCHER_AIRPLANE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2425,6 +2437,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_AIRPLANE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_DISPATCHER_AIRPLANE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2455,6 +2473,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_AIRPLANE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_DISPATCHER_AIRPLANE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2521,6 +2545,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_AIRPLANE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_DISPATCHER_AIRPLANE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7497,6 +7527,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7683,6 +7746,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7987,6 +8083,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8161,6 +8290,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8563,6 +8728,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Dispatcher_Helicopter.html b/Documentation/AI.AI_Cargo_Dispatcher_Helicopter.html
index 1353a3425..8ceea038b 100644
--- a/Documentation/AI.AI_Cargo_Dispatcher_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Dispatcher_Helicopter.html
@@ -2382,6 +2382,12 @@ Use AI_CARGO_DISPATCHER
AI_CARGO_DISPATCHER_HELICOPTER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_DISPATCHER_HELICOPTER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2412,6 +2418,12 @@ Use AI_CARGO_DISPATCHER
AI_CARGO_DISPATCHER_HELICOPTER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_DISPATCHER_HELICOPTER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2463,6 +2475,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_HELICOPTER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_DISPATCHER_HELICOPTER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2493,6 +2511,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_HELICOPTER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_DISPATCHER_HELICOPTER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2559,6 +2583,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_HELICOPTER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_DISPATCHER_HELICOPTER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7529,6 +7559,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7715,6 +7778,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8019,6 +8115,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8193,6 +8322,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8595,6 +8760,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Dispatcher_Ship.html b/Documentation/AI.AI_Cargo_Dispatcher_Ship.html
index 858d4926a..b5eacbf33 100644
--- a/Documentation/AI.AI_Cargo_Dispatcher_Ship.html
+++ b/Documentation/AI.AI_Cargo_Dispatcher_Ship.html
@@ -2380,6 +2380,12 @@ Use AI_CARGO_DISPATCHER_SHIP.
AI_CARGO_DISPATCHER_SHIP:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_DISPATCHER_SHIP:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2410,6 +2416,12 @@ Use AI_CARGO_DISPATCHER_SHIP.
AI_CARGO_DISPATCHER_SHIP:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_DISPATCHER_SHIP:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2461,6 +2473,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_SHIP:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_DISPATCHER_SHIP:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2491,6 +2509,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_SHIP:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_DISPATCHER_SHIP:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2557,6 +2581,12 @@ place: Object that the unit landed on.
AI_CARGO_DISPATCHER_SHIP:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_DISPATCHER_SHIP:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7572,6 +7602,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7758,6 +7821,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8062,6 +8158,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8236,6 +8365,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8638,6 +8803,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Helicopter.html b/Documentation/AI.AI_Cargo_Helicopter.html
index 73b3afbf4..f79a18dd2 100644
--- a/Documentation/AI.AI_Cargo_Helicopter.html
+++ b/Documentation/AI.AI_Cargo_Helicopter.html
@@ -2230,6 +2230,12 @@ time is not so much of an issue ...
AI_CARGO_HELICOPTER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_HELICOPTER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2260,6 +2266,12 @@ time is not so much of an issue ...
AI_CARGO_HELICOPTER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_HELICOPTER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2311,6 +2323,12 @@ place: Object that the unit landed on.
AI_CARGO_HELICOPTER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_HELICOPTER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2341,6 +2359,12 @@ place: Object that the unit landed on.
AI_CARGO_HELICOPTER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_HELICOPTER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2407,6 +2431,12 @@ place: Object that the unit landed on.
AI_CARGO_HELICOPTER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_HELICOPTER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7771,6 +7801,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7957,6 +8020,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8261,6 +8357,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8435,6 +8564,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8837,6 +9002,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cargo_Ship.html b/Documentation/AI.AI_Cargo_Ship.html
index 473250955..9b7cbfa0a 100644
--- a/Documentation/AI.AI_Cargo_Ship.html
+++ b/Documentation/AI.AI_Cargo_Ship.html
@@ -2320,6 +2320,12 @@ coordinate. The Ship will follow the Shipping Lane to ensure consistent cargo tr
AI_CARGO_SHIP:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CARGO_SHIP:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2350,6 +2356,12 @@ coordinate. The Ship will follow the Shipping Lane to ensure consistent cargo tr
AI_CARGO_SHIP:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CARGO_SHIP:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2401,6 +2413,12 @@ place: Object that the unit landed on.
AI_CARGO_SHIP:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CARGO_SHIP:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2431,6 +2449,12 @@ place: Object that the unit landed on.
AI_CARGO_SHIP:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CARGO_SHIP:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2497,6 +2521,12 @@ place: Object that the unit landed on.
AI_CARGO_SHIP:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CARGO_SHIP:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8866,6 +8896,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9052,6 +9115,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9356,6 +9452,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9530,6 +9659,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9932,6 +10097,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Cas.html b/Documentation/AI.AI_Cas.html
index b2ffb1b5c..32801edd6 100644
--- a/Documentation/AI.AI_Cas.html
+++ b/Documentation/AI.AI_Cas.html
@@ -2839,6 +2839,12 @@ It can be notified to go RTB through the RTB event.
AI_CAS_ZONE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_CAS_ZONE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2869,6 +2875,12 @@ It can be notified to go RTB through the RTB event.
AI_CAS_ZONE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_CAS_ZONE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2920,6 +2932,12 @@ place: Object that the unit landed on.
AI_CAS_ZONE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_CAS_ZONE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2950,6 +2968,12 @@ place: Object that the unit landed on.
AI_CAS_ZONE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_CAS_ZONE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3016,6 +3040,12 @@ place: Object that the unit landed on.
AI_CAS_ZONE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_CAS_ZONE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -11881,6 +11911,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12067,6 +12130,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12371,6 +12467,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12545,6 +12674,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12947,6 +13112,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_ESCORT_DISPATCHER_REQUEST.html b/Documentation/AI.AI_ESCORT_DISPATCHER_REQUEST.html
index 5175dc208..f487096de 100644
--- a/Documentation/AI.AI_ESCORT_DISPATCHER_REQUEST.html
+++ b/Documentation/AI.AI_ESCORT_DISPATCHER_REQUEST.html
@@ -2012,6 +2012,12 @@ Controls a network of short range air/missile defense groups.
AI_ESCORT_DISPATCHER_REQUEST:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_ESCORT_DISPATCHER_REQUEST:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2042,6 +2048,12 @@ Controls a network of short range air/missile defense groups.
AI_ESCORT_DISPATCHER_REQUEST:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_ESCORT_DISPATCHER_REQUEST:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2093,6 +2105,12 @@ place: Object that the unit landed on.
AI_ESCORT_DISPATCHER_REQUEST:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_ESCORT_DISPATCHER_REQUEST:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2123,6 +2141,12 @@ place: Object that the unit landed on.
AI_ESCORT_DISPATCHER_REQUEST:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_ESCORT_DISPATCHER_REQUEST:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2189,6 +2213,12 @@ place: Object that the unit landed on.
AI_ESCORT_DISPATCHER_REQUEST:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_ESCORT_DISPATCHER_REQUEST:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5408,6 +5438,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5594,6 +5657,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5898,6 +5994,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6072,6 +6201,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6474,6 +6639,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Escort_Dispatcher.html b/Documentation/AI.AI_Escort_Dispatcher.html
index c165db1ff..657ef6d9a 100644
--- a/Documentation/AI.AI_Escort_Dispatcher.html
+++ b/Documentation/AI.AI_Escort_Dispatcher.html
@@ -2010,6 +2010,12 @@ Controls a network of short range air/missile defense groups.
AI_ESCORT_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_ESCORT_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2040,6 +2046,12 @@ Controls a network of short range air/missile defense groups.
AI_ESCORT_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_ESCORT_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2091,6 +2103,12 @@ place: Object that the unit landed on.
AI_ESCORT_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_ESCORT_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2121,6 +2139,12 @@ place: Object that the unit landed on.
AI_ESCORT_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_ESCORT_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2187,6 +2211,12 @@ place: Object that the unit landed on.
AI_ESCORT_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_ESCORT_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5429,6 +5459,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5615,6 +5678,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5919,6 +6015,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6093,6 +6222,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6495,6 +6660,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Formation.html b/Documentation/AI.AI_Formation.html
index 1913adaa2..1cd0e4cb6 100644
--- a/Documentation/AI.AI_Formation.html
+++ b/Documentation/AI.AI_Formation.html
@@ -2476,6 +2476,12 @@ LargeFormation:__Start( 1 )
AI_FORMATION:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_FORMATION:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2506,6 +2512,12 @@ LargeFormation:__Start( 1 )
AI_FORMATION:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_FORMATION:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2557,6 +2569,12 @@ place: Object that the unit landed on.
AI_FORMATION:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_FORMATION:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2587,6 +2605,12 @@ place: Object that the unit landed on.
AI_FORMATION:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_FORMATION:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2653,6 +2677,12 @@ place: Object that the unit landed on.
AI_FORMATION:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_FORMATION:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -12725,6 +12755,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12911,6 +12974,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13215,6 +13311,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13389,6 +13518,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13791,6 +13956,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html
index 2233c471d..82525ef52 100644
--- a/Documentation/AI.AI_Patrol.html
+++ b/Documentation/AI.AI_Patrol.html
@@ -2605,6 +2605,12 @@ Use the method AI_PATROL_ZONE.ManageDa
AI_PATROL_ZONE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AI_PATROL_ZONE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2635,6 +2641,12 @@ Use the method AI_PATROL_ZONE.ManageDa
AI_PATROL_ZONE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AI_PATROL_ZONE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2686,6 +2698,12 @@ place: Object that the unit landed on.
AI_PATROL_ZONE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AI_PATROL_ZONE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2716,6 +2734,12 @@ place: Object that the unit landed on.
AI_PATROL_ZONE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AI_PATROL_ZONE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2782,6 +2806,12 @@ place: Object that the unit landed on.
AI_PATROL_ZONE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AI_PATROL_ZONE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3027,6 +3057,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ This table contains the targets detected during patrol.
+
@@ -6274,6 +6307,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -7018,6 +7054,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -8655,6 +8694,9 @@ Note that this method is required, as triggers the next route when patrolling fo
+
+ This table contains the targets detected during patrol.
+
@@ -9857,6 +9899,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10043,6 +10118,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10347,6 +10455,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10521,6 +10662,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10923,6 +11100,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Actions.Account.html b/Documentation/Actions.Account.html
index 0b5386a7a..5fc4bb432 100644
--- a/Documentation/Actions.Account.html
+++ b/Documentation/Actions.Account.html
@@ -2145,6 +2145,12 @@ Controls a network of short range air/missile defense groups.
ACT_ACCOUNT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ACT_ACCOUNT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2175,6 +2181,12 @@ Controls a network of short range air/missile defense groups.
ACT_ACCOUNT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ACT_ACCOUNT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2226,6 +2238,12 @@ place: Object that the unit landed on.
ACT_ACCOUNT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ACT_ACCOUNT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2256,6 +2274,12 @@ place: Object that the unit landed on.
ACT_ACCOUNT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ACT_ACCOUNT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2322,6 +2346,12 @@ place: Object that the unit landed on.
ACT_ACCOUNT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ACT_ACCOUNT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6736,6 +6766,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6922,6 +6985,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7226,6 +7322,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7400,6 +7529,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7802,6 +7967,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Actions.Assign.html b/Documentation/Actions.Assign.html
index 934c0de7a..fdf542ce9 100644
--- a/Documentation/Actions.Assign.html
+++ b/Documentation/Actions.Assign.html
@@ -2238,6 +2238,12 @@ The assignment type also allows to reject the task.
ACT_ASSIGN:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ACT_ASSIGN:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2268,6 +2274,12 @@ The assignment type also allows to reject the task.
ACT_ASSIGN:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ACT_ASSIGN:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2319,6 +2331,12 @@ place: Object that the unit landed on.
ACT_ASSIGN:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ACT_ASSIGN:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2349,6 +2367,12 @@ place: Object that the unit landed on.
ACT_ASSIGN:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ACT_ASSIGN:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2415,6 +2439,12 @@ place: Object that the unit landed on.
ACT_ASSIGN:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ACT_ASSIGN:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6706,6 +6736,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6892,6 +6955,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7196,6 +7292,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7370,6 +7499,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7772,6 +7937,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Actions.Assist.html b/Documentation/Actions.Assist.html
index c2f36893a..1ecc008e9 100644
--- a/Documentation/Actions.Assist.html
+++ b/Documentation/Actions.Assist.html
@@ -2240,6 +2240,12 @@ At random intervals, a new target is smoked.
ACT_ASSIST:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ACT_ASSIST:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2270,6 +2276,12 @@ At random intervals, a new target is smoked.
ACT_ASSIST:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ACT_ASSIST:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2321,6 +2333,12 @@ place: Object that the unit landed on.
ACT_ASSIST:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ACT_ASSIST:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2351,6 +2369,12 @@ place: Object that the unit landed on.
ACT_ASSIST:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ACT_ASSIST:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2417,6 +2441,12 @@ place: Object that the unit landed on.
ACT_ASSIST:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ACT_ASSIST:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6983,6 +7013,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7169,6 +7232,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7473,6 +7569,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7647,6 +7776,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8049,6 +8214,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Actions.Route.html b/Documentation/Actions.Route.html
index c77d05457..a300f6c0b 100644
--- a/Documentation/Actions.Route.html
+++ b/Documentation/Actions.Route.html
@@ -2297,6 +2297,12 @@ Upon arrival at the zone, a confirmation of arrival is sent, and the process wil
ACT_ROUTE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ACT_ROUTE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2327,6 +2333,12 @@ Upon arrival at the zone, a confirmation of arrival is sent, and the process wil
ACT_ROUTE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ACT_ROUTE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2378,6 +2390,12 @@ place: Object that the unit landed on.
ACT_ROUTE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ACT_ROUTE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2408,6 +2426,12 @@ place: Object that the unit landed on.
ACT_ROUTE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ACT_ROUTE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2474,6 +2498,12 @@ place: Object that the unit landed on.
ACT_ROUTE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ACT_ROUTE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7392,6 +7422,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7578,6 +7641,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7882,6 +7978,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8056,6 +8185,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8458,6 +8623,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Cargo.Cargo.html b/Documentation/Cargo.Cargo.html
index 1f0904891..fd223bc66 100644
--- a/Documentation/Cargo.Cargo.html
+++ b/Documentation/Cargo.Cargo.html
@@ -3022,6 +3022,12 @@ All derived classes from CARGO follow the same state machine, expose the same ca
CARGO:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ CARGO:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3052,6 +3058,12 @@ All derived classes from CARGO follow the same state machine, expose the same ca
CARGO:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ CARGO:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3103,6 +3115,12 @@ place: Object that the unit landed on.
CARGO:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ CARGO:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3133,6 +3151,12 @@ place: Object that the unit landed on.
CARGO:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ CARGO:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3199,6 +3223,12 @@ place: Object that the unit landed on.
CARGO:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ CARGO:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -10721,6 +10751,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10907,6 +10970,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11211,6 +11307,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11385,6 +11514,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11787,6 +11952,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index 3fee6f0a2..5eeec9dd9 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -1740,20 +1740,6 @@ Controls a network of short range air/missile defense groups.
-
-
-
-
-
-
CARGO_GROUP.CargoGroup
@@ -1772,6 +1758,20 @@ Controls a network of short range air/missile defense groups.
+
+
+
+
@@ -3061,20 +3061,6 @@ This works for ground only groups.
-
-
-
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index ef20a2709..08aa969cd 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1618,6 +1618,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -1636,6 +1647,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
Set cargo object.
+
+
+
+
@@ -2322,6 +2344,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -2340,6 +2373,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
Set cargo object.
+
+
+
+
diff --git a/Documentation/Core.Base.html b/Documentation/Core.Base.html
index 490e4050b..c70748b97 100644
--- a/Documentation/Core.Base.html
+++ b/Documentation/Core.Base.html
@@ -1843,6 +1843,12 @@ object name to the method.
BASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ BASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1873,6 +1879,12 @@ object name to the method.
BASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ BASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1924,6 +1936,12 @@ place: Object that the unit landed on.
BASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ BASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1954,6 +1972,12 @@ place: Object that the unit landed on.
BASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ BASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2020,6 +2044,12 @@ place: Object that the unit landed on.
BASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ BASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3335,6 +3365,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3521,6 +3584,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3825,6 +3921,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3999,6 +4128,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4401,6 +4566,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Database.html b/Documentation/Core.Database.html
index b8fa9ba86..301999ae4 100644
--- a/Documentation/Core.Database.html
+++ b/Documentation/Core.Database.html
@@ -2182,6 +2182,12 @@ Moose refers to _DATABASE within the framework extensively, but
DATABASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ DATABASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2212,6 +2218,12 @@ Moose refers to _DATABASE within the framework extensively, but
DATABASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DATABASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2263,6 +2275,12 @@ place: Object that the unit landed on.
DATABASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DATABASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2293,6 +2311,12 @@ place: Object that the unit landed on.
DATABASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DATABASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2359,6 +2383,12 @@ place: Object that the unit landed on.
DATABASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DATABASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6965,6 +6995,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7151,6 +7214,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7455,6 +7551,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7629,6 +7758,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8031,6 +8196,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Event.html b/Documentation/Core.Event.html
index 673dd4822..6c6c4f20f 100644
--- a/Documentation/Core.Event.html
+++ b/Documentation/Core.Event.html
@@ -2008,6 +2008,12 @@ Example code snippet:
EVENT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ EVENT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2038,6 +2044,12 @@ Example code snippet:
EVENT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ EVENT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2089,6 +2101,12 @@ place: Object that the unit landed on.
EVENT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ EVENT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2119,6 +2137,12 @@ place: Object that the unit landed on.
EVENT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ EVENT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2185,6 +2209,12 @@ place: Object that the unit landed on.
EVENT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ EVENT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2883,6 +2913,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
EVENTHANDLER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ EVENTHANDLER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2913,6 +2949,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
EVENTHANDLER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ EVENTHANDLER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2964,6 +3006,12 @@ place: Object that the unit landed on.
EVENTHANDLER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ EVENTHANDLER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2994,6 +3042,12 @@ place: Object that the unit landed on.
EVENTHANDLER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ EVENTHANDLER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3060,6 +3114,12 @@ place: Object that the unit landed on.
EVENTHANDLER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ EVENTHANDLER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3215,6 +3275,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
| Fields and Methods inherited from EVENTS |
Description |
+
+ EVENTS.BDA |
+
+
+ |
+
EVENTS.BaseCaptured |
@@ -3261,6 +3327,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
| EVENTS.DetailedFailure |
+ |
+
+
+ EVENTS.DiscardChairAfterEjection |
+
+
|
@@ -3309,6 +3381,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
EVENTS.LandingAfterEjection |
+ |
+
+
+ EVENTS.LandingQualityMark |
+
+
|
@@ -3357,6 +3435,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
EVENTS.NewZoneGoal |
+ |
+
+
+ EVENTS.ParatrooperLanding |
+
+
|
@@ -3441,12 +3525,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
EVENTS.TookControl |
+ |
+
+
+ EVENTS.TriggerZone |
+
+
|
EVENTS.UnitLost |
+ |
+
+
+ EVENTS.WeaponAdd |
+
+
|
@@ -5933,6 +6029,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6119,6 +6248,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6423,6 +6585,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6597,6 +6792,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6999,6 +7230,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9668,6 +9932,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9854,6 +10151,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10158,6 +10488,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10332,6 +10695,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10734,6 +11133,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html
index 727a39f0e..d02e073c9 100644
--- a/Documentation/Core.Fsm.html
+++ b/Documentation/Core.Fsm.html
@@ -2374,6 +2374,12 @@ for multiple objects or the position of the state machine in the process.
FSM:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ FSM:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2404,6 +2410,12 @@ for multiple objects or the position of the state machine in the process.
FSM:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ FSM:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2455,6 +2467,12 @@ place: Object that the unit landed on.
FSM:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ FSM:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2485,6 +2503,12 @@ place: Object that the unit landed on.
FSM:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ FSM:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2551,6 +2575,12 @@ place: Object that the unit landed on.
FSM:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ FSM:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3232,6 +3262,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
FSM_CONTROLLABLE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ FSM_CONTROLLABLE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3262,6 +3298,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
FSM_CONTROLLABLE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ FSM_CONTROLLABLE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3313,6 +3355,12 @@ place: Object that the unit landed on.
FSM_CONTROLLABLE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ FSM_CONTROLLABLE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3343,6 +3391,12 @@ place: Object that the unit landed on.
FSM_CONTROLLABLE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ FSM_CONTROLLABLE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3409,6 +3463,12 @@ place: Object that the unit landed on.
FSM_CONTROLLABLE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ FSM_CONTROLLABLE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4183,6 +4243,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
FSM_PROCESS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ FSM_PROCESS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4213,6 +4279,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
FSM_PROCESS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ FSM_PROCESS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4264,6 +4336,12 @@ place: Object that the unit landed on.
FSM_PROCESS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ FSM_PROCESS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4294,6 +4372,12 @@ place: Object that the unit landed on.
FSM_PROCESS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ FSM_PROCESS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4360,6 +4444,12 @@ place: Object that the unit landed on.
FSM_PROCESS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ FSM_PROCESS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4999,6 +5089,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
FSM_SET:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ FSM_SET:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -5029,6 +5125,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
FSM_SET:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ FSM_SET:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -5080,6 +5182,12 @@ place: Object that the unit landed on.
FSM_SET:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ FSM_SET:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -5110,6 +5218,12 @@ place: Object that the unit landed on.
FSM_SET:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ FSM_SET:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -5176,6 +5290,12 @@ place: Object that the unit landed on.
FSM_SET:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ FSM_SET:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5456,7 +5576,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
FSM._StartState
@@ -7060,7 +7180,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8409,6 +8562,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8713,6 +8899,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8887,6 +9106,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9289,6 +9544,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13337,6 +13625,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13523,6 +13844,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13827,6 +14181,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14001,6 +14388,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14403,6 +14826,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19049,6 +19505,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19235,6 +19724,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19539,6 +20061,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19713,6 +20268,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20115,6 +20706,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23771,6 +24395,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23957,6 +24614,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -24261,6 +24951,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -24435,6 +25158,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -24837,6 +25596,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Goal.html b/Documentation/Core.Goal.html
index 81c4d6610..68b2755ca 100644
--- a/Documentation/Core.Goal.html
+++ b/Documentation/Core.Goal.html
@@ -2063,6 +2063,12 @@ You can use this method to check asynchronously if a goal has been achieved, for
GOAL:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ GOAL:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2093,6 +2099,12 @@ You can use this method to check asynchronously if a goal has been achieved, for
GOAL:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ GOAL:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2144,6 +2156,12 @@ place: Object that the unit landed on.
GOAL:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ GOAL:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2174,6 +2192,12 @@ place: Object that the unit landed on.
GOAL:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ GOAL:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2240,6 +2264,12 @@ place: Object that the unit landed on.
GOAL:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ GOAL:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5471,6 +5501,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5657,6 +5720,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5961,6 +6057,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6135,6 +6264,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6537,6 +6702,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Message.html b/Documentation/Core.Message.html
index dd4f50372..bf735c98f 100644
--- a/Documentation/Core.Message.html
+++ b/Documentation/Core.Message.html
@@ -1775,6 +1775,12 @@ To send messages, you need to use the To functions.
MESSAGE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ MESSAGE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1805,6 +1811,12 @@ To send messages, you need to use the To functions.
MESSAGE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ MESSAGE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1856,6 +1868,12 @@ place: Object that the unit landed on.
MESSAGE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ MESSAGE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1886,6 +1904,12 @@ place: Object that the unit landed on.
MESSAGE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ MESSAGE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1952,6 +1976,12 @@ place: Object that the unit landed on.
MESSAGE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ MESSAGE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3990,6 +4020,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4176,6 +4239,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4480,6 +4576,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4654,6 +4783,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5056,6 +5221,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index 55d77c40a..423215c4c 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -2778,6 +2778,12 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
COORDINATE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ COORDINATE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2808,6 +2814,12 @@ Note that the Set and Add methods return the current POINT_VEC3 object, so these
COORDINATE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ COORDINATE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2859,6 +2871,12 @@ place: Object that the unit landed on.
COORDINATE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ COORDINATE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2889,6 +2907,12 @@ place: Object that the unit landed on.
COORDINATE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ COORDINATE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2955,6 +2979,12 @@ place: Object that the unit landed on.
COORDINATE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ COORDINATE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4241,6 +4271,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
POINT_VEC2:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ POINT_VEC2:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4271,6 +4307,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
POINT_VEC2:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ POINT_VEC2:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4322,6 +4364,12 @@ place: Object that the unit landed on.
POINT_VEC2:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ POINT_VEC2:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4352,6 +4400,12 @@ place: Object that the unit landed on.
POINT_VEC2:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ POINT_VEC2:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4418,6 +4472,12 @@ place: Object that the unit landed on.
POINT_VEC2:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ POINT_VEC2:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -12711,6 +12771,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12897,6 +12990,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13201,6 +13327,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13375,6 +13534,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13777,6 +13972,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14704,6 +14932,17 @@ BASE:TraceOnOff( false )
the y coordinate in meters.
+
+
+
+
@@ -15502,6 +15741,17 @@ BASE:TraceOnOff( false )
the y coordinate in meters.
+
+
+
+
@@ -22175,6 +22425,17 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
the y coordinate in meters.
+
+
+
+
@@ -23278,6 +23539,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23464,6 +23758,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23768,6 +24095,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23942,6 +24302,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -24344,6 +24740,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Radio.html b/Documentation/Core.Radio.html
index b61abe15d..d60cec8a4 100644
--- a/Documentation/Core.Radio.html
+++ b/Documentation/Core.Radio.html
@@ -1774,6 +1774,12 @@ This uses the very generic singleton function "trigger.action.radioTransmission(
BEACON:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ BEACON:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1804,6 +1810,12 @@ This uses the very generic singleton function "trigger.action.radioTransmission(
BEACON:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ BEACON:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1855,6 +1867,12 @@ place: Object that the unit landed on.
BEACON:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ BEACON:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1885,6 +1903,12 @@ place: Object that the unit landed on.
BEACON:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ BEACON:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1951,6 +1975,12 @@ place: Object that the unit landed on.
BEACON:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ BEACON:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2697,6 +2727,12 @@ This function is especially usefull to stop the broadcast of looped transmission
RADIO:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RADIO:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2727,6 +2763,12 @@ This function is especially usefull to stop the broadcast of looped transmission
RADIO:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RADIO:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2778,6 +2820,12 @@ place: Object that the unit landed on.
RADIO:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RADIO:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2808,6 +2856,12 @@ place: Object that the unit landed on.
RADIO:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RADIO:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2874,6 +2928,12 @@ place: Object that the unit landed on.
RADIO:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RADIO:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4819,6 +4879,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5005,6 +5098,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5309,6 +5435,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5483,6 +5642,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5885,6 +6080,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9349,6 +9577,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9535,6 +9796,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9839,6 +10133,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10013,6 +10340,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10415,6 +10778,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.RadioQueue.html b/Documentation/Core.RadioQueue.html
index 1d3b0b6eb..fdb4cb09d 100644
--- a/Documentation/Core.RadioQueue.html
+++ b/Documentation/Core.RadioQueue.html
@@ -1847,6 +1847,12 @@ Controls a network of short range air/missile defense groups.
RADIOQUEUE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RADIOQUEUE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1877,6 +1883,12 @@ Controls a network of short range air/missile defense groups.
RADIOQUEUE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RADIOQUEUE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1928,6 +1940,12 @@ place: Object that the unit landed on.
RADIOQUEUE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RADIOQUEUE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1958,6 +1976,12 @@ place: Object that the unit landed on.
RADIOQUEUE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RADIOQUEUE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2024,6 +2048,12 @@ place: Object that the unit landed on.
RADIOQUEUE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RADIOQUEUE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4570,6 +4600,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4756,6 +4819,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5060,6 +5156,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5234,6 +5363,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5636,6 +5801,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.RadioSpeech.html b/Documentation/Core.RadioSpeech.html
index f88b64e85..d44fa59f1 100644
--- a/Documentation/Core.RadioSpeech.html
+++ b/Documentation/Core.RadioSpeech.html
@@ -1923,6 +1923,12 @@ Controls a network of short range air/missile defense groups.
RADIOSPEECH:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RADIOSPEECH:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1953,6 +1959,12 @@ Controls a network of short range air/missile defense groups.
RADIOSPEECH:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RADIOSPEECH:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2004,6 +2016,12 @@ place: Object that the unit landed on.
RADIOSPEECH:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RADIOSPEECH:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2034,6 +2052,12 @@ place: Object that the unit landed on.
RADIOSPEECH:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RADIOSPEECH:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2100,6 +2124,12 @@ place: Object that the unit landed on.
RADIOSPEECH:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RADIOSPEECH:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4653,6 +4683,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4839,6 +4902,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5143,6 +5239,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5317,6 +5446,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5719,6 +5884,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Report.html b/Documentation/Core.Report.html
index 6f53d6fe7..13184f4ea 100644
--- a/Documentation/Core.Report.html
+++ b/Documentation/Core.Report.html
@@ -1711,6 +1711,12 @@ Controls a network of short range air/missile defense groups.
REPORT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ REPORT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1741,6 +1747,12 @@ Controls a network of short range air/missile defense groups.
REPORT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ REPORT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1792,6 +1804,12 @@ place: Object that the unit landed on.
REPORT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ REPORT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1822,6 +1840,12 @@ place: Object that the unit landed on.
REPORT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ REPORT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1888,6 +1912,12 @@ place: Object that the unit landed on.
REPORT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ REPORT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3551,6 +3581,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3737,6 +3800,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4041,6 +4137,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4215,6 +4344,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4617,6 +4782,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.ScheduleDispatcher.html b/Documentation/Core.ScheduleDispatcher.html
index 1323f22bd..7e5b960a9 100644
--- a/Documentation/Core.ScheduleDispatcher.html
+++ b/Documentation/Core.ScheduleDispatcher.html
@@ -1744,6 +1744,12 @@ The Schedule() method returns the CallID that is the reference ID for each plann
SCHEDULEDISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SCHEDULEDISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1774,6 +1780,12 @@ The Schedule() method returns the CallID that is the reference ID for each plann
SCHEDULEDISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SCHEDULEDISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1825,6 +1837,12 @@ place: Object that the unit landed on.
SCHEDULEDISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SCHEDULEDISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1855,6 +1873,12 @@ place: Object that the unit landed on.
SCHEDULEDISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SCHEDULEDISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1921,6 +1945,12 @@ place: Object that the unit landed on.
SCHEDULEDISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SCHEDULEDISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3803,6 +3833,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3989,6 +4052,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4293,6 +4389,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4467,6 +4596,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4869,6 +5034,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Scheduler.html b/Documentation/Core.Scheduler.html
index 207468f64..fb52c63fb 100644
--- a/Documentation/Core.Scheduler.html
+++ b/Documentation/Core.Scheduler.html
@@ -1896,6 +1896,12 @@ The schedule will stop after 300 seconds.
SCHEDULER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SCHEDULER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1926,6 +1932,12 @@ The schedule will stop after 300 seconds.
SCHEDULER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SCHEDULER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1977,6 +1989,12 @@ place: Object that the unit landed on.
SCHEDULER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SCHEDULER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2007,6 +2025,12 @@ place: Object that the unit landed on.
SCHEDULER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SCHEDULER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2073,6 +2097,12 @@ place: Object that the unit landed on.
SCHEDULER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SCHEDULER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3823,6 +3853,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4009,6 +4072,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4313,6 +4409,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4487,6 +4616,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4889,6 +5054,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Set.html b/Documentation/Core.Set.html
index 50c0cb07b..43c32de47 100644
--- a/Documentation/Core.Set.html
+++ b/Documentation/Core.Set.html
@@ -2957,6 +2957,12 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:
SET_AIRBASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_AIRBASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2987,6 +2993,12 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:
SET_AIRBASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_AIRBASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3038,6 +3050,12 @@ place: Object that the unit landed on.
SET_AIRBASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_AIRBASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3068,6 +3086,12 @@ place: Object that the unit landed on.
SET_AIRBASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_AIRBASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3134,6 +3158,12 @@ place: Object that the unit landed on.
SET_AIRBASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_AIRBASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3752,6 +3782,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_BASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_BASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3782,6 +3818,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_BASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_BASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3833,6 +3875,12 @@ place: Object that the unit landed on.
SET_BASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_BASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3863,6 +3911,12 @@ place: Object that the unit landed on.
SET_BASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_BASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3929,6 +3983,12 @@ place: Object that the unit landed on.
SET_BASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_BASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4700,6 +4760,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_CARGO:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4730,6 +4796,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CARGO:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_CARGO:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4781,6 +4853,12 @@ place: Object that the unit landed on.
SET_CARGO:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_CARGO:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4811,6 +4889,12 @@ place: Object that the unit landed on.
SET_CARGO:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_CARGO:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4877,6 +4961,12 @@ place: Object that the unit landed on.
SET_CARGO:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_CARGO:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5606,6 +5696,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_CLIENT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -5636,6 +5732,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_CLIENT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -5687,6 +5789,12 @@ place: Object that the unit landed on.
SET_CLIENT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_CLIENT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -5717,6 +5825,12 @@ place: Object that the unit landed on.
SET_CLIENT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_CLIENT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -5783,6 +5897,12 @@ place: Object that the unit landed on.
SET_CLIENT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_CLIENT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6654,6 +6774,12 @@ mission designer to add a dedicated method
SET_GROUP:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_GROUP:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -6684,6 +6810,12 @@ mission designer to add a dedicated method
SET_GROUP:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_GROUP:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -6735,6 +6867,12 @@ place: Object that the unit landed on.
SET_GROUP:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_GROUP:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -6765,6 +6903,12 @@ place: Object that the unit landed on.
SET_GROUP:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_GROUP:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -6831,6 +6975,12 @@ place: Object that the unit landed on.
SET_GROUP:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_GROUP:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7554,6 +7704,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_PLAYER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -7584,6 +7740,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_PLAYER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -7635,6 +7797,12 @@ place: Object that the unit landed on.
SET_PLAYER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_PLAYER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -7665,6 +7833,12 @@ place: Object that the unit landed on.
SET_PLAYER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_PLAYER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -7731,6 +7905,12 @@ place: Object that the unit landed on.
SET_PLAYER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_PLAYER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8532,6 +8712,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_STATIC:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -8562,6 +8748,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_STATIC:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -8613,6 +8805,12 @@ place: Object that the unit landed on.
SET_STATIC:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_STATIC:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -8643,6 +8841,12 @@ place: Object that the unit landed on.
SET_STATIC:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_STATIC:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -8709,6 +8913,12 @@ place: Object that the unit landed on.
SET_STATIC:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_STATIC:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -9578,6 +9788,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_UNIT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -9608,6 +9824,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_UNIT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -9659,6 +9881,12 @@ place: Object that the unit landed on.
SET_UNIT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_UNIT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -9689,6 +9917,12 @@ place: Object that the unit landed on.
SET_UNIT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_UNIT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -9755,6 +9989,12 @@ place: Object that the unit landed on.
SET_UNIT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_UNIT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -10484,6 +10724,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_ZONE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -10514,6 +10760,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_ZONE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -10565,6 +10817,12 @@ place: Object that the unit landed on.
SET_ZONE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_ZONE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -10595,6 +10853,12 @@ place: Object that the unit landed on.
SET_ZONE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_ZONE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -10661,6 +10925,12 @@ place: Object that the unit landed on.
SET_ZONE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_ZONE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -11384,6 +11654,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SET_ZONE_GOAL:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -11414,6 +11690,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SET_ZONE_GOAL:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -11465,6 +11747,12 @@ place: Object that the unit landed on.
SET_ZONE_GOAL:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SET_ZONE_GOAL:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -11495,6 +11783,12 @@ place: Object that the unit landed on.
SET_ZONE_GOAL:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SET_ZONE_GOAL:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -11561,6 +11855,12 @@ place: Object that the unit landed on.
SET_ZONE_GOAL:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SET_ZONE_GOAL:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -15190,6 +15490,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -15376,6 +15709,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -15680,6 +16046,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -15854,6 +16253,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -16256,6 +16691,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20088,6 +20556,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20274,6 +20775,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20578,6 +21112,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20752,6 +21319,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -21154,6 +21757,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -25754,6 +26390,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -25940,6 +26609,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26244,6 +26946,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26418,6 +27153,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26820,6 +27591,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -31302,6 +32106,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -31488,6 +32325,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -31792,6 +32662,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -31966,6 +32869,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -32368,6 +33307,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -37957,6 +38929,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -38143,6 +39148,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -38447,6 +39485,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -38621,6 +39692,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -39023,6 +40130,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -43442,6 +44582,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -43628,6 +44801,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -43932,6 +45138,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -44106,6 +45345,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -44508,6 +45783,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -49408,6 +50716,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -49594,6 +50935,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -49898,6 +51272,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -50072,6 +51479,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -50474,6 +51917,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -55841,6 +57317,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -56027,6 +57536,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -56331,6 +57873,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -56505,6 +58080,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -56907,6 +58518,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -61290,6 +62934,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -61476,6 +63153,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -61780,6 +63490,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -61954,6 +63697,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -62356,6 +64135,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -66682,6 +68494,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -66868,6 +68713,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -67172,6 +69050,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -67346,6 +69257,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -67748,6 +69695,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index aa7185253..14c140996 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2231,6 +2231,12 @@ Therefore, there are 4 era that are defined within the settings:
SETTINGS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SETTINGS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2261,6 +2267,12 @@ Therefore, there are 4 era that are defined within the settings:
SETTINGS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SETTINGS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2312,6 +2324,12 @@ place: Object that the unit landed on.
SETTINGS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SETTINGS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2342,6 +2360,12 @@ place: Object that the unit landed on.
SETTINGS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SETTINGS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2408,6 +2432,12 @@ place: Object that the unit landed on.
SETTINGS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SETTINGS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2605,7 +2635,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
SETTINGS.A2ASystem
@@ -2616,7 +2646,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
SETTINGS.A2GSystem
@@ -2660,7 +2690,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SETTINGS.Metric
@@ -4696,7 +4726,7 @@ It is advised to use this method at the start of the mission.
-
+ #string
SETTINGS.A2ASystem
@@ -4707,7 +4737,7 @@ It is advised to use this method at the start of the mission.
-
+ #string
SETTINGS.A2GSystem
@@ -4751,7 +4781,7 @@ It is advised to use this method at the start of the mission.
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6067,6 +6130,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6371,6 +6467,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6545,6 +6674,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6947,6 +7112,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 5704b122c..6586183b1 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2650,12 +2650,6 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- SPAWN.uncontrolled |
-
-
|
@@ -2838,6 +2832,12 @@ and any spaces before and after the resulting name are removed.
SPAWN:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SPAWN:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2868,6 +2868,12 @@ and any spaces before and after the resulting name are removed.
SPAWN:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SPAWN:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2919,6 +2925,12 @@ place: Object that the unit landed on.
SPAWN:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SPAWN:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2949,6 +2961,12 @@ place: Object that the unit landed on.
SPAWN:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SPAWN:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3015,6 +3033,12 @@ place: Object that the unit landed on.
SPAWN:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SPAWN:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3258,6 +3282,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -3349,17 +3376,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3495,6 +3511,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3506,49 +3536,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
@@ -3581,7 +3570,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxGroups
@@ -3595,7 +3584,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -3805,17 +3794,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-
-
-
-
@@ -8635,6 +8613,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -8726,17 +8707,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -8872,6 +8842,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -8883,49 +8867,8 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
-
-
@@ -8958,7 +8901,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxGroups
@@ -8972,7 +8915,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -9182,17 +9125,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-
-
-
-
@@ -10296,6 +10228,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10482,6 +10447,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10786,6 +10784,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10960,6 +10991,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11362,6 +11429,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 2acee5aaf..4f128af2a 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -1785,24 +1785,6 @@ such as position and heading.
SPAWNSTATIC:_SpawnStatic(Template, CountryID) |
Spawns a new static using a given template.
- |
-
-
- SPAWNSTATIC.heliport_callsign_id |
-
-
- |
-
-
- SPAWNSTATIC.heliport_frequency |
-
-
- |
-
-
- SPAWNSTATIC.heliport_modulation |
-
-
|
@@ -1985,6 +1967,12 @@ such as position and heading.
SPAWNSTATIC:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SPAWNSTATIC:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2015,6 +2003,12 @@ such as position and heading.
SPAWNSTATIC:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SPAWNSTATIC:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2066,6 +2060,12 @@ place: Object that the unit landed on.
SPAWNSTATIC:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SPAWNSTATIC:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2096,6 +2096,12 @@ place: Object that the unit landed on.
SPAWNSTATIC:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SPAWNSTATIC:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2162,6 +2168,12 @@ place: Object that the unit landed on.
SPAWNSTATIC:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SPAWNSTATIC:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2686,39 +2698,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -3940,39 +3919,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5076,6 +5022,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5262,6 +5241,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5566,6 +5578,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5740,6 +5785,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6142,6 +6223,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 3a443d1ab..f34a1185f 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2185,6 +2185,12 @@ Controls a network of short range air/missile defense groups.
SPOT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SPOT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2215,6 +2221,12 @@ Controls a network of short range air/missile defense groups.
SPOT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SPOT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2266,6 +2278,12 @@ place: Object that the unit landed on.
SPOT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SPOT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2296,6 +2314,12 @@ place: Object that the unit landed on.
SPOT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SPOT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2362,6 +2386,12 @@ place: Object that the unit landed on.
SPOT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SPOT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2560,39 +2590,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -3806,39 +3803,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5344,39 +5308,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -6491,6 +6422,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6677,6 +6641,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6981,6 +6978,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7155,6 +7185,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7557,6 +7623,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Timer.html b/Documentation/Core.Timer.html
index 433bc50c5..1f132d3a9 100644
--- a/Documentation/Core.Timer.html
+++ b/Documentation/Core.Timer.html
@@ -1866,6 +1866,12 @@ mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only calle
TIMER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ TIMER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1896,6 +1902,12 @@ mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only calle
TIMER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TIMER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1947,6 +1959,12 @@ place: Object that the unit landed on.
TIMER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TIMER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1977,6 +1995,12 @@ place: Object that the unit landed on.
TIMER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TIMER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2043,6 +2067,12 @@ place: Object that the unit landed on.
TIMER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TIMER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3886,6 +3916,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4072,6 +4135,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4376,6 +4472,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4550,6 +4679,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4952,6 +5117,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.UserFlag.html b/Documentation/Core.UserFlag.html
index b765ce6fb..ce182ea50 100644
--- a/Documentation/Core.UserFlag.html
+++ b/Documentation/Core.UserFlag.html
@@ -1696,6 +1696,12 @@ Controls a network of short range air/missile defense groups.
USERFLAG:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ USERFLAG:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1726,6 +1732,12 @@ Controls a network of short range air/missile defense groups.
USERFLAG:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ USERFLAG:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1777,6 +1789,12 @@ place: Object that the unit landed on.
USERFLAG:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ USERFLAG:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1807,6 +1825,12 @@ place: Object that the unit landed on.
USERFLAG:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ USERFLAG:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1873,6 +1897,12 @@ place: Object that the unit landed on.
USERFLAG:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ USERFLAG:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3401,6 +3431,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3587,6 +3650,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3891,6 +3987,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4065,6 +4194,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4467,6 +4632,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.UserSound.html b/Documentation/Core.UserSound.html
index c59bd6050..f39279e68 100644
--- a/Documentation/Core.UserSound.html
+++ b/Documentation/Core.UserSound.html
@@ -1700,6 +1700,12 @@ Controls a network of short range air/missile defense groups.
USERSOUND:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ USERSOUND:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1730,6 +1736,12 @@ Controls a network of short range air/missile defense groups.
USERSOUND:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ USERSOUND:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1781,6 +1793,12 @@ place: Object that the unit landed on.
USERSOUND:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ USERSOUND:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1811,6 +1829,12 @@ place: Object that the unit landed on.
USERSOUND:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ USERSOUND:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1877,6 +1901,12 @@ place: Object that the unit landed on.
USERSOUND:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ USERSOUND:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3451,6 +3481,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3637,6 +3700,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3941,6 +4037,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4115,6 +4244,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4517,6 +4682,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Velocity.html b/Documentation/Core.Velocity.html
index ad59d951f..26233aa9c 100644
--- a/Documentation/Core.Velocity.html
+++ b/Documentation/Core.Velocity.html
@@ -1751,6 +1751,12 @@ Controls a network of short range air/missile defense groups.
VELOCITY:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ VELOCITY:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1781,6 +1787,12 @@ Controls a network of short range air/missile defense groups.
VELOCITY:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ VELOCITY:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1832,6 +1844,12 @@ place: Object that the unit landed on.
VELOCITY:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ VELOCITY:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1862,6 +1880,12 @@ place: Object that the unit landed on.
VELOCITY:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ VELOCITY:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1928,6 +1952,12 @@ place: Object that the unit landed on.
VELOCITY:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ VELOCITY:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2306,6 +2336,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
VELOCITY_POSITIONABLE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ VELOCITY_POSITIONABLE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2336,6 +2372,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
VELOCITY_POSITIONABLE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ VELOCITY_POSITIONABLE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2387,6 +2429,12 @@ place: Object that the unit landed on.
VELOCITY_POSITIONABLE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ VELOCITY_POSITIONABLE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2417,6 +2465,12 @@ place: Object that the unit landed on.
VELOCITY_POSITIONABLE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ VELOCITY_POSITIONABLE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2483,6 +2537,12 @@ place: Object that the unit landed on.
VELOCITY_POSITIONABLE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ VELOCITY_POSITIONABLE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4139,6 +4199,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4325,6 +4418,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4629,6 +4755,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4803,6 +4962,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5205,6 +5400,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7427,6 +7655,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7613,6 +7874,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7917,6 +8211,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8091,6 +8418,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8493,6 +8856,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html
index 9b704460a..d39b26899 100644
--- a/Documentation/Core.Zone.html
+++ b/Documentation/Core.Zone.html
@@ -2502,6 +2502,12 @@ This class is an abstract BASE class for derived classes, and is not meant to be
ZONE_BASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ZONE_BASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2532,6 +2538,12 @@ This class is an abstract BASE class for derived classes, and is not meant to be
ZONE_BASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ZONE_BASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2583,6 +2595,12 @@ place: Object that the unit landed on.
ZONE_BASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ZONE_BASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2613,6 +2631,12 @@ place: Object that the unit landed on.
ZONE_BASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ZONE_BASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2679,6 +2703,12 @@ place: Object that the unit landed on.
ZONE_BASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ZONE_BASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7314,6 +7344,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7500,6 +7563,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7804,6 +7900,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7978,6 +8107,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8380,6 +8545,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 6e46f3556..12261e4c7 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -2326,6 +2326,12 @@ ATC_Ground = ATC_GROUND_PERSIANGULF:New(
ATC_GROUND:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ATC_GROUND:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2356,6 +2362,12 @@ ATC_Ground = ATC_GROUND_PERSIANGULF:New(
ATC_GROUND:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ATC_GROUND:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2407,6 +2419,12 @@ place: Object that the unit landed on.
ATC_GROUND:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ATC_GROUND:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2437,6 +2455,12 @@ place: Object that the unit landed on.
ATC_GROUND:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ATC_GROUND:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2503,6 +2527,12 @@ place: Object that the unit landed on.
ATC_GROUND:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ATC_GROUND:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4525,6 +4555,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4711,6 +4774,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5015,6 +5111,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5189,6 +5318,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5591,6 +5756,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Arty.html b/Documentation/Functional.Arty.html
index 2add37d5d..50e1be508 100644
--- a/Documentation/Functional.Arty.html
+++ b/Documentation/Functional.Arty.html
@@ -3814,6 +3814,12 @@ normandy:Start()
ARTY:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ARTY:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3844,6 +3850,12 @@ normandy:Start()
ARTY:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ARTY:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3895,6 +3907,12 @@ place: Object that the unit landed on.
ARTY:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ARTY:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3925,6 +3943,12 @@ place: Object that the unit landed on.
ARTY:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ARTY:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3991,6 +4015,12 @@ place: Object that the unit landed on.
ARTY:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ARTY:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -18793,6 +18823,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -18979,6 +19042,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19283,6 +19379,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19457,6 +19586,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19859,6 +20024,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.CleanUp.html b/Documentation/Functional.CleanUp.html
index 927580862..cc3106709 100644
--- a/Documentation/Functional.CleanUp.html
+++ b/Documentation/Functional.CleanUp.html
@@ -1762,6 +1762,12 @@ Note that this method will not allow anymore airbases to be attacked, so there i
CLEANUP_AIRBASE.__:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ CLEANUP_AIRBASE.__:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1792,6 +1798,12 @@ Note that this method will not allow anymore airbases to be attacked, so there i
CLEANUP_AIRBASE.__:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ CLEANUP_AIRBASE.__:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1843,6 +1855,12 @@ place: Object that the unit landed on.
CLEANUP_AIRBASE.__:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ CLEANUP_AIRBASE.__:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1873,6 +1891,12 @@ place: Object that the unit landed on.
CLEANUP_AIRBASE.__:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ CLEANUP_AIRBASE.__:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1939,6 +1963,12 @@ place: Object that the unit landed on.
CLEANUP_AIRBASE.__:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ CLEANUP_AIRBASE.__:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3437,6 +3467,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3623,6 +3686,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3927,6 +4023,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4101,6 +4230,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4503,6 +4668,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 58f789944..6a925a575 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2916,6 +2916,12 @@ Use the method DESIGNATE.SetMission() to
DESIGNATE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ DESIGNATE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2946,6 +2952,12 @@ Use the method DESIGNATE.SetMission() to
DESIGNATE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DESIGNATE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2997,6 +3009,12 @@ place: Object that the unit landed on.
DESIGNATE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DESIGNATE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3027,6 +3045,12 @@ place: Object that the unit landed on.
DESIGNATE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DESIGNATE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3093,6 +3117,12 @@ place: Object that the unit landed on.
DESIGNATE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DESIGNATE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -11004,6 +11034,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11190,6 +11253,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11494,6 +11590,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11668,6 +11797,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12070,6 +12235,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 64faca7a6..d5702ad6b 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -3172,6 +3172,12 @@ The different values of Unit.Category can be:
DETECTION_AREAS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ DETECTION_AREAS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3202,6 +3208,12 @@ The different values of Unit.Category can be:
DETECTION_AREAS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DETECTION_AREAS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3253,6 +3265,12 @@ place: Object that the unit landed on.
DETECTION_AREAS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DETECTION_AREAS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3283,6 +3301,12 @@ place: Object that the unit landed on.
DETECTION_AREAS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DETECTION_AREAS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3349,6 +3373,12 @@ place: Object that the unit landed on.
DETECTION_AREAS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DETECTION_AREAS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4719,6 +4749,12 @@ The different values of Unit.Category can be:
DETECTION_BASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ DETECTION_BASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4749,6 +4785,12 @@ The different values of Unit.Category can be:
DETECTION_BASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DETECTION_BASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4800,6 +4842,12 @@ place: Object that the unit landed on.
DETECTION_BASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DETECTION_BASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4830,6 +4878,12 @@ place: Object that the unit landed on.
DETECTION_BASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DETECTION_BASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4896,6 +4950,12 @@ place: Object that the unit landed on.
DETECTION_BASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DETECTION_BASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6583,6 +6643,12 @@ The different values of Unit.Category can be:
DETECTION_TYPES:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ DETECTION_TYPES:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -6613,6 +6679,12 @@ The different values of Unit.Category can be:
DETECTION_TYPES:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DETECTION_TYPES:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -6664,6 +6736,12 @@ place: Object that the unit landed on.
DETECTION_TYPES:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DETECTION_TYPES:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -6694,6 +6772,12 @@ place: Object that the unit landed on.
DETECTION_TYPES:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DETECTION_TYPES:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -6760,6 +6844,12 @@ place: Object that the unit landed on.
DETECTION_TYPES:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DETECTION_TYPES:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8205,6 +8295,12 @@ The different values of Unit.Category can be:
DETECTION_UNITS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ DETECTION_UNITS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -8235,6 +8331,12 @@ The different values of Unit.Category can be:
DETECTION_UNITS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DETECTION_UNITS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -8286,6 +8388,12 @@ place: Object that the unit landed on.
DETECTION_UNITS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DETECTION_UNITS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -8316,6 +8424,12 @@ place: Object that the unit landed on.
DETECTION_UNITS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DETECTION_UNITS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -8382,6 +8496,12 @@ place: Object that the unit landed on.
DETECTION_UNITS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DETECTION_UNITS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -16338,6 +16458,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -16524,6 +16677,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -16828,6 +17014,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17002,6 +17221,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17404,6 +17659,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -18408,28 +18696,6 @@ BASE:TraceOnOff( false )
-
-
-
-
-
@@ -23132,28 +23398,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -24912,28 +25156,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
-
-
-
@@ -26246,6 +26468,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26432,6 +26687,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26736,6 +27024,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26910,6 +27231,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -27312,6 +27669,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -36057,6 +36447,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -36243,6 +36666,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -36547,6 +37003,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -36721,6 +37210,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -37123,6 +37648,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -45478,6 +46036,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -45664,6 +46255,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -45968,6 +46592,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -46142,6 +46799,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -46544,6 +47237,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Escort.html b/Documentation/Functional.Escort.html
index 77a3a4282..f7a96d570 100644
--- a/Documentation/Functional.Escort.html
+++ b/Documentation/Functional.Escort.html
@@ -2312,6 +2312,12 @@ EscortPlanes = ESCORT:New( EscortClient, EscortGroup, "Desert", "Welcome to the
ESCORT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ESCORT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2342,6 +2348,12 @@ EscortPlanes = ESCORT:New( EscortClient, EscortGroup, "Desert", "Welcome to the
ESCORT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ESCORT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2393,6 +2405,12 @@ place: Object that the unit landed on.
ESCORT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ESCORT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2423,6 +2441,12 @@ place: Object that the unit landed on.
ESCORT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ESCORT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2489,6 +2513,12 @@ place: Object that the unit landed on.
ESCORT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ESCORT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6461,6 +6491,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6647,6 +6710,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6951,6 +7047,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7125,6 +7254,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7527,6 +7692,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.FOX.html b/Documentation/Functional.FOX.html
index 24e9b9f57..19f5faee1 100644
--- a/Documentation/Functional.FOX.html
+++ b/Documentation/Functional.FOX.html
@@ -2522,6 +2522,12 @@ fox:Start()
FOX:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ FOX:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2552,6 +2558,12 @@ fox:Start()
FOX:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ FOX:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2603,6 +2615,12 @@ place: Object that the unit landed on.
FOX:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ FOX:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2633,6 +2651,12 @@ place: Object that the unit landed on.
FOX:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ FOX:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2699,6 +2723,12 @@ place: Object that the unit landed on.
FOX:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ FOX:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8975,6 +9005,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9161,6 +9224,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9465,6 +9561,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9639,6 +9768,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10041,6 +10206,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 92fe309fb..7b9165ea5 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -2224,6 +2224,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ MANTIS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2254,6 +2260,12 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ MANTIS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2305,6 +2317,12 @@ place: Object that the unit landed on.
MANTIS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ MANTIS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2335,6 +2353,12 @@ place: Object that the unit landed on.
MANTIS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ MANTIS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2401,6 +2425,12 @@ place: Object that the unit landed on.
MANTIS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ MANTIS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5620,6 +5650,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5806,6 +5869,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6110,6 +6206,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6284,6 +6413,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6686,6 +6851,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.MissileTrainer.html b/Documentation/Functional.MissileTrainer.html
index cb5466cec..009df3ffe 100644
--- a/Documentation/Functional.MissileTrainer.html
+++ b/Documentation/Functional.MissileTrainer.html
@@ -1915,6 +1915,12 @@ the class will destroy the missile within a certain range, to avoid damage to yo
MISSILETRAINER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ MISSILETRAINER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1945,6 +1951,12 @@ the class will destroy the missile within a certain range, to avoid damage to yo
MISSILETRAINER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ MISSILETRAINER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1996,6 +2008,12 @@ place: Object that the unit landed on.
MISSILETRAINER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ MISSILETRAINER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2026,6 +2044,12 @@ place: Object that the unit landed on.
MISSILETRAINER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ MISSILETRAINER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2092,6 +2116,12 @@ place: Object that the unit landed on.
MISSILETRAINER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ MISSILETRAINER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4291,6 +4321,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4477,6 +4540,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4781,6 +4877,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4955,6 +5084,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5357,6 +5522,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index f80139842..08728cf79 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -1704,6 +1704,12 @@ on defined intervals (currently every minute).
MOVEMENT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ MOVEMENT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1734,6 +1740,12 @@ on defined intervals (currently every minute).
MOVEMENT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ MOVEMENT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1785,6 +1797,12 @@ place: Object that the unit landed on.
MOVEMENT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ MOVEMENT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1815,6 +1833,12 @@ place: Object that the unit landed on.
MOVEMENT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ MOVEMENT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1881,6 +1905,12 @@ place: Object that the unit landed on.
MOVEMENT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ MOVEMENT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2038,20 +2068,6 @@ 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
-
-
-
-
@@ -2282,20 +2298,6 @@ 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
-
-
-
-
@@ -3449,6 +3451,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3635,6 +3670,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3939,6 +4007,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4113,6 +4214,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4515,6 +4652,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.PseudoATC.html b/Documentation/Functional.PseudoATC.html
index 175c12737..c78790e8d 100644
--- a/Documentation/Functional.PseudoATC.html
+++ b/Documentation/Functional.PseudoATC.html
@@ -1963,6 +1963,12 @@ pseudoATC:Start()
PSEUDOATC:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ PSEUDOATC:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1993,6 +1999,12 @@ pseudoATC:Start()
PSEUDOATC:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ PSEUDOATC:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2044,6 +2056,12 @@ place: Object that the unit landed on.
PSEUDOATC:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ PSEUDOATC:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2074,6 +2092,12 @@ place: Object that the unit landed on.
PSEUDOATC:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ PSEUDOATC:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2140,6 +2164,12 @@ place: Object that the unit landed on.
PSEUDOATC:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ PSEUDOATC:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5026,6 +5056,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5212,6 +5275,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5516,6 +5612,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5690,6 +5819,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6092,6 +6257,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Range.html b/Documentation/Functional.Range.html
index 2afc20633..305db7d0e 100644
--- a/Documentation/Functional.Range.html
+++ b/Documentation/Functional.Range.html
@@ -3079,6 +3079,12 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th
RANGE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RANGE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3109,6 +3115,12 @@ The could avoid the lua garbage collection to accidentally/falsely deallocate th
RANGE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RANGE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3160,6 +3172,12 @@ place: Object that the unit landed on.
RANGE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RANGE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3190,6 +3208,12 @@ place: Object that the unit landed on.
RANGE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RANGE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3256,6 +3280,12 @@ place: Object that the unit landed on.
RANGE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RANGE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -12871,6 +12901,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13057,6 +13120,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13361,6 +13457,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13535,6 +13664,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13937,6 +14102,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html
index f4adc0c7f..3de006395 100644
--- a/Documentation/Functional.Rat.html
+++ b/Documentation/Functional.Rat.html
@@ -4236,12 +4236,6 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- RAT.uncontrolled |
-
-
|
@@ -4424,6 +4418,12 @@ and any spaces before and after the resulting name are removed.
RAT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RAT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -4454,6 +4454,12 @@ and any spaces before and after the resulting name are removed.
RAT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RAT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4505,6 +4511,12 @@ place: Object that the unit landed on.
RAT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RAT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4535,6 +4547,12 @@ place: Object that the unit landed on.
RAT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RAT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4601,6 +4619,12 @@ place: Object that the unit landed on.
RAT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RAT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5081,6 +5105,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
RATMANAGER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RATMANAGER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -5111,6 +5141,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
RATMANAGER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RATMANAGER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -5162,6 +5198,12 @@ place: Object that the unit landed on.
RATMANAGER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RATMANAGER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -5192,6 +5234,12 @@ place: Object that the unit landed on.
RATMANAGER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RATMANAGER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -5258,6 +5306,12 @@ place: Object that the unit landed on.
RATMANAGER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RATMANAGER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -21537,6 +21591,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -21723,6 +21810,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -22027,6 +22147,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -22201,6 +22354,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -22603,6 +22792,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -25364,6 +25586,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -25550,6 +25805,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -25854,6 +26142,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26028,6 +26349,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -26430,6 +26787,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index 3bf44c1b4..1cdea2eab 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -2328,6 +2328,12 @@ Various methods exist to configure:
SCORING:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SCORING:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2358,6 +2364,12 @@ Various methods exist to configure:
SCORING:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SCORING:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2409,6 +2421,12 @@ place: Object that the unit landed on.
SCORING:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SCORING:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2439,6 +2457,12 @@ place: Object that the unit landed on.
SCORING:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SCORING:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2505,6 +2529,12 @@ place: Object that the unit landed on.
SCORING:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SCORING:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6348,6 +6378,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6534,6 +6597,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6838,6 +6934,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7012,6 +7141,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7414,6 +7579,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Sead.html b/Documentation/Functional.Sead.html
index ba1069a5b..13897e655 100644
--- a/Documentation/Functional.Sead.html
+++ b/Documentation/Functional.Sead.html
@@ -1708,6 +1708,12 @@ Controls a network of short range air/missile defense groups.
SEAD:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SEAD:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1738,6 +1744,12 @@ Controls a network of short range air/missile defense groups.
SEAD:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SEAD:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1789,6 +1801,12 @@ place: Object that the unit landed on.
SEAD:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SEAD:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1819,6 +1837,12 @@ place: Object that the unit landed on.
SEAD:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SEAD:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1885,6 +1909,12 @@ place: Object that the unit landed on.
SEAD:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SEAD:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3439,6 +3469,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3625,6 +3688,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3929,6 +4025,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4103,6 +4232,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4505,6 +4670,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Shorad.html b/Documentation/Functional.Shorad.html
index 69d6894b5..b7eaf4eea 100644
--- a/Documentation/Functional.Shorad.html
+++ b/Documentation/Functional.Shorad.html
@@ -1893,6 +1893,12 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
SHORAD:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SHORAD:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1923,6 +1929,12 @@ When a missile is detected, SHORAD will activate defense groups in the given rad
SHORAD:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SHORAD:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1974,6 +1986,12 @@ place: Object that the unit landed on.
SHORAD:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SHORAD:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2004,6 +2022,12 @@ place: Object that the unit landed on.
SHORAD:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SHORAD:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2070,6 +2094,12 @@ place: Object that the unit landed on.
SHORAD:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SHORAD:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4394,6 +4424,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4580,6 +4643,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4884,6 +4980,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5058,6 +5187,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5460,6 +5625,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Suppression.html b/Documentation/Functional.Suppression.html
index 44f412d0b..b6d344e78 100644
--- a/Documentation/Functional.Suppression.html
+++ b/Documentation/Functional.Suppression.html
@@ -2988,6 +2988,12 @@ If no scenery object is near the group the TakeCover event is r
SUPPRESSION:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SUPPRESSION:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3018,6 +3024,12 @@ If no scenery object is near the group the TakeCover event is r
SUPPRESSION:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SUPPRESSION:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3069,6 +3081,12 @@ place: Object that the unit landed on.
SUPPRESSION:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SUPPRESSION:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3099,6 +3117,12 @@ place: Object that the unit landed on.
SUPPRESSION:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SUPPRESSION:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3165,6 +3189,12 @@ place: Object that the unit landed on.
SUPPRESSION:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SUPPRESSION:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -13327,6 +13357,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13513,6 +13576,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13817,6 +13913,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13991,6 +14120,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -14393,6 +14558,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Functional.Warehouse.html b/Documentation/Functional.Warehouse.html
index 13e74e688..ddfe5a674 100644
--- a/Documentation/Functional.Warehouse.html
+++ b/Documentation/Functional.Warehouse.html
@@ -5126,6 +5126,12 @@ end
WAREHOUSE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ WAREHOUSE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -5156,6 +5162,12 @@ end
WAREHOUSE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ WAREHOUSE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -5207,6 +5219,12 @@ place: Object that the unit landed on.
WAREHOUSE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ WAREHOUSE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -5237,6 +5255,12 @@ place: Object that the unit landed on.
WAREHOUSE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ WAREHOUSE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -5303,6 +5327,12 @@ place: Object that the unit landed on.
WAREHOUSE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ WAREHOUSE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -22967,6 +22997,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23153,6 +23216,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23457,6 +23553,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23631,6 +23760,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -24033,6 +24198,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index f8d042b5e..9a5aff744 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -5973,6 +5973,12 @@ If enabled, status and debug text messages will be displayed on the screen. Also
AIRBOSS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AIRBOSS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -6003,6 +6009,12 @@ If enabled, status and debug text messages will be displayed on the screen. Also
AIRBOSS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AIRBOSS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -6054,6 +6066,12 @@ place: Object that the unit landed on.
AIRBOSS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AIRBOSS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -6084,6 +6102,12 @@ place: Object that the unit landed on.
AIRBOSS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AIRBOSS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -6150,6 +6174,12 @@ place: Object that the unit landed on.
AIRBOSS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AIRBOSS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -32952,6 +32982,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -33138,6 +33201,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -33442,6 +33538,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -33616,6 +33745,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -34018,6 +34183,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -38071,9 +38269,6 @@ BASE:TraceOnOff( false )
-
- Make player section lead if he was not before.
-
diff --git a/Documentation/Ops.Atis.html b/Documentation/Ops.Atis.html
index 553428ca6..6c3136324 100644
--- a/Documentation/Ops.Atis.html
+++ b/Documentation/Ops.Atis.html
@@ -2807,6 +2807,12 @@ atisAbuDhabi:Start()
ATIS:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ ATIS:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2837,6 +2843,12 @@ atisAbuDhabi:Start()
ATIS:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ ATIS:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2888,6 +2900,12 @@ place: Object that the unit landed on.
ATIS:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ ATIS:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2918,6 +2936,12 @@ place: Object that the unit landed on.
ATIS:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ ATIS:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2984,6 +3008,12 @@ place: Object that the unit landed on.
ATIS:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ ATIS:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -10396,6 +10426,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10582,6 +10645,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10886,6 +10982,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11060,6 +11189,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11462,6 +11627,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Ops.RecoveryTanker.html b/Documentation/Ops.RecoveryTanker.html
index 854371769..2f54706a1 100644
--- a/Documentation/Ops.RecoveryTanker.html
+++ b/Documentation/Ops.RecoveryTanker.html
@@ -2839,6 +2839,12 @@ If enabled, text messages about the tanker status will be displayed on screen an
RECOVERYTANKER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RECOVERYTANKER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2869,6 +2875,12 @@ If enabled, text messages about the tanker status will be displayed on screen an
RECOVERYTANKER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RECOVERYTANKER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2920,6 +2932,12 @@ place: Object that the unit landed on.
RECOVERYTANKER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RECOVERYTANKER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2950,6 +2968,12 @@ place: Object that the unit landed on.
RECOVERYTANKER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RECOVERYTANKER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3016,6 +3040,12 @@ place: Object that the unit landed on.
RECOVERYTANKER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RECOVERYTANKER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -10142,6 +10172,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10328,6 +10391,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10632,6 +10728,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10806,6 +10935,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -11208,6 +11373,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Ops.RescueHelo.html b/Documentation/Ops.RescueHelo.html
index 37a473d32..9c5b69c09 100644
--- a/Documentation/Ops.RescueHelo.html
+++ b/Documentation/Ops.RescueHelo.html
@@ -2669,6 +2669,12 @@ If enabled, text messages about the helo status will be displayed on screen and
RESCUEHELO:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ RESCUEHELO:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2699,6 +2705,12 @@ If enabled, text messages about the helo status will be displayed on screen and
RESCUEHELO:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ RESCUEHELO:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2750,6 +2762,12 @@ place: Object that the unit landed on.
RESCUEHELO:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ RESCUEHELO:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2780,6 +2798,12 @@ place: Object that the unit landed on.
RESCUEHELO:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ RESCUEHELO:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2846,6 +2870,12 @@ place: Object that the unit landed on.
RESCUEHELO:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ RESCUEHELO:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -9171,6 +9201,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9357,6 +9420,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9661,6 +9757,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9835,6 +9964,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10237,6 +10402,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.CommandCenter.html b/Documentation/Tasking.CommandCenter.html
index 3f7ec809d..7a8114aad 100644
--- a/Documentation/Tasking.CommandCenter.html
+++ b/Documentation/Tasking.CommandCenter.html
@@ -2069,6 +2069,12 @@ and will be replaced by a navigation using Reference Zones.
COMMANDCENTER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ COMMANDCENTER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2099,6 +2105,12 @@ and will be replaced by a navigation using Reference Zones.
COMMANDCENTER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ COMMANDCENTER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2150,6 +2162,12 @@ place: Object that the unit landed on.
COMMANDCENTER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ COMMANDCENTER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2180,6 +2198,12 @@ place: Object that the unit landed on.
COMMANDCENTER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ COMMANDCENTER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2246,6 +2270,12 @@ place: Object that the unit landed on.
COMMANDCENTER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ COMMANDCENTER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4883,6 +4913,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5069,6 +5132,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5373,6 +5469,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5547,6 +5676,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5949,6 +6114,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.DetectionManager.html b/Documentation/Tasking.DetectionManager.html
index cfefa3fb7..8c021fc44 100644
--- a/Documentation/Tasking.DetectionManager.html
+++ b/Documentation/Tasking.DetectionManager.html
@@ -2133,6 +2133,12 @@ If an ad-hoc report is requested, use the method DETECTION_MANAGER:OnEvent(EventData)
Occurs when an object is completely destroyed.
+ |
+
+
+ DETECTION_MANAGER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2163,6 +2169,12 @@ If an ad-hoc report is requested, use the method DETECTION_MANAGER:OnEventDetailedFailure(EventData)
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ DETECTION_MANAGER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2214,6 +2226,12 @@ place: Object that the unit landed on.
DETECTION_MANAGER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ DETECTION_MANAGER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2244,6 +2262,12 @@ place: Object that the unit landed on.
DETECTION_MANAGER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ DETECTION_MANAGER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2310,6 +2334,12 @@ place: Object that the unit landed on.
DETECTION_MANAGER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ DETECTION_MANAGER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6375,6 +6405,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6561,6 +6624,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6865,6 +6961,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7039,6 +7168,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7441,6 +7606,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Mission.html b/Documentation/Tasking.Mission.html
index 451d4e013..5d888cae9 100644
--- a/Documentation/Tasking.Mission.html
+++ b/Documentation/Tasking.Mission.html
@@ -2548,6 +2548,12 @@ structure managing the tasks of the mission.
MISSION:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ MISSION:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2578,6 +2584,12 @@ structure managing the tasks of the mission.
MISSION:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ MISSION:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2629,6 +2641,12 @@ place: Object that the unit landed on.
MISSION:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ MISSION:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2659,6 +2677,12 @@ place: Object that the unit landed on.
MISSION:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ MISSION:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2725,6 +2749,12 @@ place: Object that the unit landed on.
MISSION:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ MISSION:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8986,6 +9016,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9172,6 +9235,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9476,6 +9572,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9650,6 +9779,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -10052,6 +10217,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html
index ed5ecff1d..e416485d0 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -2740,17 +2740,6 @@ but can separately be modified later in your mission using the
-
-
-
-
@@ -7387,17 +7376,6 @@ If the Unit is part of the Task, true is returned.
-
-
-
-
diff --git a/Documentation/Tasking.TaskInfo.html b/Documentation/Tasking.TaskInfo.html
index ede1c685a..0df9545b0 100644
--- a/Documentation/Tasking.TaskInfo.html
+++ b/Documentation/Tasking.TaskInfo.html
@@ -1775,6 +1775,12 @@ Controls a network of short range air/missile defense groups.
TASKINFO:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ TASKINFO:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1805,6 +1811,12 @@ Controls a network of short range air/missile defense groups.
TASKINFO:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TASKINFO:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1856,6 +1868,12 @@ place: Object that the unit landed on.
TASKINFO:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TASKINFO:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1886,6 +1904,12 @@ place: Object that the unit landed on.
TASKINFO:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TASKINFO:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1952,6 +1976,12 @@ place: Object that the unit landed on.
TASKINFO:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TASKINFO:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -4746,6 +4776,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4932,6 +4995,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5236,6 +5332,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5410,6 +5539,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -5812,6 +5977,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html
index a5892a946..9e61c9bd5 100644
--- a/Documentation/Tasking.Task_A2A_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2A_Dispatcher.html
@@ -2353,6 +2353,12 @@ So, this method will be called only ONCE when a player joins a
TASK_A2A_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ TASK_A2A_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2383,6 +2389,12 @@ So, this method will be called only ONCE when a player joins a
TASK_A2A_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TASK_A2A_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2434,6 +2446,12 @@ place: Object that the unit landed on.
TASK_A2A_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TASK_A2A_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2464,6 +2482,12 @@ place: Object that the unit landed on.
TASK_A2A_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TASK_A2A_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2530,6 +2554,12 @@ place: Object that the unit landed on.
TASK_A2A_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TASK_A2A_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7207,6 +7237,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7393,6 +7456,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7697,6 +7793,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7871,6 +8000,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8273,6 +8438,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html
index ba938dded..f7d62cf15 100644
--- a/Documentation/Tasking.Task_A2G_Dispatcher.html
+++ b/Documentation/Tasking.Task_A2G_Dispatcher.html
@@ -2623,6 +2623,12 @@ TaskDispatcher = TASK_A2G_DISPATCHER
TASK_A2G_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ TASK_A2G_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2653,6 +2659,12 @@ TaskDispatcher = TASK_A2G_DISPATCHER
TASK_A2G_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TASK_A2G_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2704,6 +2716,12 @@ place: Object that the unit landed on.
TASK_A2G_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TASK_A2G_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2734,6 +2752,12 @@ place: Object that the unit landed on.
TASK_A2G_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TASK_A2G_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2800,6 +2824,12 @@ place: Object that the unit landed on.
TASK_A2G_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TASK_A2G_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2974,14 +3004,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -3554,14 +3581,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4744,14 +4768,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6241,14 +6262,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7374,6 +7392,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7560,6 +7611,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7864,6 +7948,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8038,6 +8155,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8440,6 +8593,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Task_Cargo.html b/Documentation/Tasking.Task_Cargo.html
index d212c91dd..022399576 100644
--- a/Documentation/Tasking.Task_Cargo.html
+++ b/Documentation/Tasking.Task_Cargo.html
@@ -3033,7 +3033,7 @@ based on the tasking capabilities defined in
+
+ TASK_CARGO_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2646,6 +2652,12 @@ You can use this event handler to post messages to players, or provide status up
TASK_CARGO_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TASK_CARGO_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2697,6 +2709,12 @@ place: Object that the unit landed on.
TASK_CARGO_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TASK_CARGO_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2727,6 +2745,12 @@ place: Object that the unit landed on.
TASK_CARGO_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TASK_CARGO_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2793,6 +2817,12 @@ place: Object that the unit landed on.
TASK_CARGO_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TASK_CARGO_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3025,7 +3055,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
TASK_CARGO_DISPATCHER.DefaultDeployZones
@@ -4137,7 +4167,7 @@ This method can only be used once!
-
+ #table
TASK_CARGO_DISPATCHER.DefaultDeployZones
@@ -5028,7 +5058,7 @@ This method can only be used once!
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7871,6 +7934,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8175,6 +8271,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8349,6 +8478,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8751,6 +8916,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Task_Manager.html b/Documentation/Tasking.Task_Manager.html
index dc02a27dc..2423aaee7 100644
--- a/Documentation/Tasking.Task_Manager.html
+++ b/Documentation/Tasking.Task_Manager.html
@@ -2056,6 +2056,12 @@ If an ad-hoc report is requested, use the method TASK_MANAGER:OnEvent(EventData)
Occurs when an object is completely destroyed.
+ |
+
+
+ TASK_MANAGER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2086,6 +2092,12 @@ If an ad-hoc report is requested, use the method TASK_MANAGER:OnEventDetailedFailure(EventData)
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TASK_MANAGER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2137,6 +2149,12 @@ place: Object that the unit landed on.
TASK_MANAGER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TASK_MANAGER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2167,6 +2185,12 @@ place: Object that the unit landed on.
TASK_MANAGER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TASK_MANAGER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2233,6 +2257,12 @@ place: Object that the unit landed on.
TASK_MANAGER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TASK_MANAGER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -5856,6 +5886,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6042,6 +6105,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6346,6 +6442,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6520,6 +6649,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6922,6 +7087,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Tasking.Task_Zone_Capture_Dispatcher.html b/Documentation/Tasking.Task_Zone_Capture_Dispatcher.html
index f2976f347..6201627b3 100644
--- a/Documentation/Tasking.Task_Zone_Capture_Dispatcher.html
+++ b/Documentation/Tasking.Task_Zone_Capture_Dispatcher.html
@@ -2293,6 +2293,12 @@ and setup a new capture zone task and assign it to a group of players, while you
TASK_CAPTURE_DISPATCHER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ TASK_CAPTURE_DISPATCHER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2323,6 +2329,12 @@ and setup a new capture zone task and assign it to a group of players, while you
TASK_CAPTURE_DISPATCHER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ TASK_CAPTURE_DISPATCHER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2374,6 +2386,12 @@ place: Object that the unit landed on.
TASK_CAPTURE_DISPATCHER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ TASK_CAPTURE_DISPATCHER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2404,6 +2422,12 @@ place: Object that the unit landed on.
TASK_CAPTURE_DISPATCHER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ TASK_CAPTURE_DISPATCHER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2470,6 +2494,12 @@ place: Object that the unit landed on.
TASK_CAPTURE_DISPATCHER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ TASK_CAPTURE_DISPATCHER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -6586,6 +6616,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -6772,6 +6835,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7076,6 +7172,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7250,6 +7379,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7652,6 +7817,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Airbase.html b/Documentation/Wrapper.Airbase.html
index e97739083..46c0c7664 100644
--- a/Documentation/Wrapper.Airbase.html
+++ b/Documentation/Wrapper.Airbase.html
@@ -2834,6 +2834,12 @@ is implemented in the AIRBASE class as AIRBASE.Get
AIRBASE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ AIRBASE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2864,6 +2870,12 @@ is implemented in the AIRBASE class as AIRBASE.Get
AIRBASE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ AIRBASE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2915,6 +2927,12 @@ place: Object that the unit landed on.
AIRBASE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ AIRBASE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2945,6 +2963,12 @@ place: Object that the unit landed on.
AIRBASE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ AIRBASE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3011,6 +3035,12 @@ place: Object that the unit landed on.
AIRBASE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ AIRBASE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -12215,6 +12245,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12401,6 +12464,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12705,6 +12801,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12879,6 +13008,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13281,6 +13446,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html
index 950e0be1b..c9b4fe71b 100644
--- a/Documentation/Wrapper.Client.html
+++ b/Documentation/Wrapper.Client.html
@@ -3735,6 +3735,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ CLIENT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3765,6 +3771,12 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
CLIENT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ CLIENT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3816,6 +3828,12 @@ place: Object that the unit landed on.
CLIENT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ CLIENT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3846,6 +3864,12 @@ place: Object that the unit landed on.
CLIENT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ CLIENT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3912,6 +3936,12 @@ place: Object that the unit landed on.
CLIENT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ CLIENT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -21471,6 +21501,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -21657,6 +21720,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -21961,6 +22057,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -22135,6 +22264,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -22537,6 +22702,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index 1f03120e2..b1fef2f6a 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -3337,6 +3337,12 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ CONTROLLABLE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3367,6 +3373,12 @@ The method CONTROLLABLE.SetTaskWaypoi
CONTROLLABLE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ CONTROLLABLE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3418,6 +3430,12 @@ place: Object that the unit landed on.
CONTROLLABLE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ CONTROLLABLE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3448,6 +3466,12 @@ place: Object that the unit landed on.
CONTROLLABLE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ CONTROLLABLE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3514,6 +3538,12 @@ place: Object that the unit landed on.
CONTROLLABLE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ CONTROLLABLE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -17276,6 +17306,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17462,6 +17525,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17766,6 +17862,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -17940,6 +18069,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -18342,6 +18507,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index 8fe332351..3ebb6e78a 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -3969,6 +3969,12 @@ amount of fuel in the group.
GROUP:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ GROUP:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3999,6 +4005,12 @@ amount of fuel in the group.
GROUP:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ GROUP:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -4050,6 +4062,12 @@ place: Object that the unit landed on.
GROUP:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ GROUP:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -4080,6 +4098,12 @@ place: Object that the unit landed on.
GROUP:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ GROUP:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -4146,6 +4170,12 @@ place: Object that the unit landed on.
GROUP:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ GROUP:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -22522,6 +22552,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -22708,6 +22771,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23012,6 +23108,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23186,6 +23315,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -23588,6 +23753,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Identifiable.html b/Documentation/Wrapper.Identifiable.html
index ee28529fd..7a2195d9b 100644
--- a/Documentation/Wrapper.Identifiable.html
+++ b/Documentation/Wrapper.Identifiable.html
@@ -1779,6 +1779,12 @@ Controls a network of short range air/missile defense groups.
IDENTIFIABLE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ IDENTIFIABLE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1809,6 +1815,12 @@ Controls a network of short range air/missile defense groups.
IDENTIFIABLE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ IDENTIFIABLE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1860,6 +1872,12 @@ place: Object that the unit landed on.
IDENTIFIABLE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ IDENTIFIABLE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1890,6 +1908,12 @@ place: Object that the unit landed on.
IDENTIFIABLE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ IDENTIFIABLE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1956,6 +1980,12 @@ place: Object that the unit landed on.
IDENTIFIABLE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ IDENTIFIABLE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3896,6 +3926,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4082,6 +4145,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4386,6 +4482,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4560,6 +4689,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4962,6 +5127,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index 729c2e968..c3296199c 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -2411,6 +2411,12 @@ env.info("Marker Coordinate LL DSM = " .. Coordinate:ToStringLLDMS())
MARKER:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ MARKER:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2441,6 +2447,12 @@ env.info("Marker Coordinate LL DSM = " .. Coordinate:ToStringLLDMS())
MARKER:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ MARKER:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2492,6 +2504,12 @@ place: Object that the unit landed on.
MARKER:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ MARKER:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2522,6 +2540,12 @@ place: Object that the unit landed on.
MARKER:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ MARKER:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2588,6 +2612,12 @@ place: Object that the unit landed on.
MARKER:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ MARKER:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -2789,6 +2819,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -2873,7 +2925,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -4873,6 +4925,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -4957,7 +5031,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6466,6 +6540,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6550,7 +6646,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -7854,6 +7983,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8158,6 +8320,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8332,6 +8527,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8734,6 +8965,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Object.html b/Documentation/Wrapper.Object.html
index c219ad261..e38ec68c5 100644
--- a/Documentation/Wrapper.Object.html
+++ b/Documentation/Wrapper.Object.html
@@ -1699,6 +1699,12 @@ Controls a network of short range air/missile defense groups.
OBJECT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ OBJECT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -1729,6 +1735,12 @@ Controls a network of short range air/missile defense groups.
OBJECT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ OBJECT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -1780,6 +1792,12 @@ place: Object that the unit landed on.
OBJECT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ OBJECT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -1810,6 +1828,12 @@ place: Object that the unit landed on.
OBJECT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ OBJECT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -1876,6 +1900,12 @@ place: Object that the unit landed on.
OBJECT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ OBJECT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3298,6 +3328,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3484,6 +3547,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3788,6 +3884,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -3962,6 +4091,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -4364,6 +4529,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 387aa1dc5..ebc688e24 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -2352,6 +2352,12 @@ The method POSITIONABLE.GetVelocity()
POSITIONABLE:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ POSITIONABLE:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2382,6 +2388,12 @@ The method POSITIONABLE.GetVelocity()
POSITIONABLE:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ POSITIONABLE:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2433,6 +2445,12 @@ place: Object that the unit landed on.
POSITIONABLE:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ POSITIONABLE:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2463,6 +2481,12 @@ place: Object that the unit landed on.
POSITIONABLE:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ POSITIONABLE:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2529,6 +2553,12 @@ place: Object that the unit landed on.
POSITIONABLE:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ POSITIONABLE:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -3003,6 +3033,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
POSITIONABLE.__:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ POSITIONABLE.__:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3033,6 +3069,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
POSITIONABLE.__:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ POSITIONABLE.__:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3084,6 +3126,12 @@ place: Object that the unit landed on.
POSITIONABLE.__:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ POSITIONABLE.__:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3114,6 +3162,12 @@ place: Object that the unit landed on.
POSITIONABLE.__:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ POSITIONABLE.__:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3180,6 +3234,12 @@ place: Object that the unit landed on.
POSITIONABLE.__:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ POSITIONABLE.__:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8698,6 +8758,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8884,6 +8977,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9188,6 +9314,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9362,6 +9521,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9764,6 +9959,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12472,6 +12700,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12658,6 +12919,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -12962,6 +13256,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13136,6 +13463,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -13538,6 +13901,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Scenery.html b/Documentation/Wrapper.Scenery.html
index 1a2ea7031..cb4544ac7 100644
--- a/Documentation/Wrapper.Scenery.html
+++ b/Documentation/Wrapper.Scenery.html
@@ -2343,6 +2343,12 @@ Controls a network of short range air/missile defense groups.
SCENERY:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ SCENERY:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2373,6 +2379,12 @@ Controls a network of short range air/missile defense groups.
SCENERY:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ SCENERY:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2424,6 +2436,12 @@ place: Object that the unit landed on.
SCENERY:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ SCENERY:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2454,6 +2472,12 @@ place: Object that the unit landed on.
SCENERY:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ SCENERY:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2520,6 +2544,12 @@ place: Object that the unit landed on.
SCENERY:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ SCENERY:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -7890,6 +7920,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8076,6 +8139,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8380,6 +8476,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8554,6 +8683,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8956,6 +9121,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Static.html b/Documentation/Wrapper.Static.html
index 5d8e541bd..77e5f3165 100644
--- a/Documentation/Wrapper.Static.html
+++ b/Documentation/Wrapper.Static.html
@@ -2412,6 +2412,12 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
STATIC:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ STATIC:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -2442,6 +2448,12 @@ If the DCS Static object does not exist or is nil, the STATIC methods will retur
STATIC:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ STATIC:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -2493,6 +2505,12 @@ place: Object that the unit landed on.
STATIC:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ STATIC:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -2523,6 +2541,12 @@ place: Object that the unit landed on.
STATIC:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ STATIC:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -2589,6 +2613,12 @@ place: Object that the unit landed on.
STATIC:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ STATIC:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -8380,6 +8410,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8566,6 +8629,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -8870,6 +8966,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9044,6 +9173,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -9446,6 +9611,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html
index 58b366a6e..bc19e5991 100644
--- a/Documentation/Wrapper.Unit.html
+++ b/Documentation/Wrapper.Unit.html
@@ -3545,6 +3545,12 @@ If you want to obtain the complete 3D position including ori�
UNIT:OnEvent(EventData) |
Occurs when an object is completely destroyed.
+ |
+
+
+ UNIT:OnEventBDA(EventData) |
+
+ BDA.
|
@@ -3575,6 +3581,12 @@ If you want to obtain the complete 3D position including ori�
UNIT:OnEventDetailedFailure(EventData) |
Unknown precisely what creates this event, likely tied into newer damage model.
+ |
+
+
+ UNIT:OnEventDiscardChairAfterEjection(EventData) |
+
+ Discard chair after ejection.
|
@@ -3626,6 +3638,12 @@ place: Object that the unit landed on.
UNIT:OnEventLandingAfterEjection(EventData) |
Occurs shortly after the landing animation of an ejected pilot touching the ground and standing up.
+ |
+
+
+ UNIT:OnEventLandingQualityMark(EventData) |
+
+ Landing quality mark.
|
@@ -3656,6 +3674,12 @@ place: Object that the unit landed on.
UNIT:OnEventMissionStart(EventData) |
Occurs when a mission starts
+ |
+
+
+ UNIT:OnEventParatrooperLanding(EventData) |
+
+ Weapon add.
|
@@ -3722,6 +3746,12 @@ place: Object that the unit landed on.
UNIT:OnEventTakeoff(EventData) |
Occurs when an aircraft takes off from an airbase, farp, or ship.
+ |
+
+
+ UNIT:OnEventTriggerZone(EventData) |
+
+ Trigger zone.
|
@@ -19421,6 +19451,39 @@ end
+
+
+
+
+
+
+
+
BDA.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19607,6 +19670,39 @@ place: The airbase that was captured, can be a FARP or Airbase. When calling pla
+
+
+
+
+
+
+
+
Discard chair after ejection.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -19911,6 +20007,39 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Landing quality mark.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20085,6 +20214,42 @@ place: Object that the unit landed on.
+
+
+
+
+
+
+
+
Weapon add.
+
+
+
Fires when entering a mission per pylon with the name of the weapon (double pylons not counted, infinite wep reload not counted.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+
@@ -20487,6 +20652,39 @@ place: Object from where the AI took-off from. Can be an Airbase Object, FARP, o
+
+
+
+
+
+
+
+
Trigger zone.
+
+
+
+
Defined in:
+
+
Parameter:
+
+
+
+
+
The EventData structure.
+
+
+
+
+