Module Ops.FlightGroup
Ops - Enhanced Airborne Group.
Main Features:
- Monitor flight status of elements and/or the entire group
- Monitor fuel and ammo status
- Conveniently set radio freqencies, TACAN, ROE etc
- Order helos to land at specifc coordinates
- Dynamically add and remove waypoints
- Sophisticated task queueing system (know when DCS tasks start and end)
- Convenient checks when the group enters or leaves a zone
- Detection events for new, known and lost units
- Simple LASER and IR-pointer setup
- Compatible with AUFTRAG class
- Many additional events that the mission designer can hook into
Example Missions:
Demo missions can be found on GitHub.
Author: funkyfranky
Global(s)
Global FLIGHTGROUP |
To invent an airplane is nothing; to build one is something; to fly is everything. -- Otto Lilienthal The FLIGHTGROUP ConceptEventsThis class introduces a lot of additional events that will be handy in many situations. |
To invent an airplane is nothing; to build one is something; to fly is everything. -- Otto Lilienthal
The FLIGHTGROUP Concept
Events
This class introduces a lot of additional events that will be handy in many situations.
Certain events like landing, takeoff etc. are triggered for each element and also have a corresponding event when the whole group reaches this state.
Spawning
Parking
Taxiing
Takeoff
Airborne
Landed
Arrived
Dead
Fuel
Ammo
Detected Units
Check In Zone
Passing Waypoint
Tasking
The FLIGHTGROUP class significantly simplifies the monitoring of DCS tasks. Two types of tasks can be set
* **Scheduled Tasks**
* **Waypoint Tasks**
Scheduled Tasks
Waypoint Tasks
Examples
Here are some examples to show how things are done.
1. Spawn
Type(s)
Fields and Methods inherited from FLIGHTGROUP | Description |
---|---|
FLIGHTGROUP:AddTaskEnrouteEngageTargetsInZone(ZoneRadius, TargetTypes, Priority) |
Add an enroute task to attack targets in a certain circular zone. |
FLIGHTGROUP:AddWaypoint(Coordinate, Speed, AfterWaypointWithID, Altitude, Updateroute) |
Add an AIR waypoint to the flight plan. |
FLIGHTGROUP:AddWaypointLanding(Airbase, Speed, AfterWaypointWithID, Altitude, Updateroute) |
Add an LANDING waypoint to the flight plan. |
Check if flight can do air-to-air attacks. |
|
Check if flight can do air-to-ground tasks. |
|
Clear the group for landing when it is holding. |
|
Find the nearest friendly airbase (same or neutral coalition). |
|
Find the nearest tanker. |
|
Get airwing the flight group belongs to. |
|
Get name of airwing the flight group belongs to. |
|
Search unoccupied parking spots at the airbase for all flight elements. |
|
Check if a unit is and element of the flightgroup. |
|
Get the FLIGHTCONTROL controlling this flight group. |
|
Get min fuel of group. |
|
Get holding time. |
|
Check if a unit is and element of the flightgroup. |
|
Get number of kills of this group. |
|
Search unoccupied parking spots at the airbase for all flight elements. |
|
Returns the parking spot of the element. |
|
Get parking time. |
|
Get player element. |
|
Get player element. |
|
Get squadron the flight group belongs to. |
|
Get squadron name the flight group belongs to. |
|
Check if flight is airborne or cruising. |
|
Check if flight has arrived at its destination parking spot. |
|
Check if flight is airborne or cruising. |
|
Check if flight is critical on fuel. |
|
Check if flight is good on fuel (not below low or even critical state). |
|
Check if flight is low on fuel. |
|
Check if flight is going for fuel. |
|
Check if flight is holding and waiting for landing clearance. |
|
Check if flight is inbound and traveling to holding pattern. |
|
Check if flight has landed and is now taxiing to its parking spot. |
|
Check if helo(!) flight has landed at a specific point. |
|
Check if flight is landing. |
|
Check if the final waypoint is in the air. |
|
Check if the final waypoint is at an airbase. |
|
Check if helo(!) flight is ordered to land at a specific point. |
|
Check if flight is parking. |
|
Check if this is an air start. |
|
Check if this is a cold start. |
|
Check if this is a hot start. |
|
Check if this is a runway start. |
|
Check if is taxiing to the runway. |
|
Create a new FLIGHTGROUP object and start the FSM. |
|
FSM Function OnAfterAirborne. |
|
FSM Function OnAfterArrived. |
|
FSM Function OnAfterCruise. |
|
FSM Function OnAfterDead. |
|
FLIGHTGROUP:OnAfterDisengage(From, Event, To, TargetUnitSet) |
FSM Function OnAfterDisengage. |
FLIGHTGROUP:OnAfterElementAirborne(From, Event, To, Element) |
FSM Function OnAfterElementAirborne. |
FLIGHTGROUP:OnAfterElementArrived(From, Event, To, Element, airbase, Parking) |
FSM Function OnAfterElementArrived. |
FSM Function OnAfterElementDead. |
|
FLIGHTGROUP:OnAfterElementDestroyed(From, Event, To, Element) |
FSM Function OnAfterElementDestroyed. |
FLIGHTGROUP:OnAfterElementEngineOn(From, Event, To, Element) |
FSM Function OnAfterElementEngineOn. |
FLIGHTGROUP:OnAfterElementLanded(From, Event, To, Element, airbase) |
FSM Function OnAfterElementLanded. |
FLIGHTGROUP:OnAfterElementParking(From, Event, To, Element, Spot) |
FSM Function OnAfterElementParking. |
FSM Function OnAfterElementSpawned. |
|
FLIGHTGROUP:OnAfterElementTakeoff(From, Event, To, Element, airbase) |
FSM Function OnAfterElementTakeoff. |
FSM Function OnAfterElementTaxiing. |
|
FSM Function OnAfterEngageTarget. |
|
FSM Function OnAfterFuelCritical. |
|
FSM Function OnAfterFuelLow. |
|
FSM Function OnAfterLandAt. |
|
FSM Function OnAfterLandAtAirbase. |
|
FSM Function OnAfterLanded. |
|
FSM Function OnAfterLandedAt. |
|
FSM Function OnAfterLanding. |
|
FSM Function OnAfterOutOfMissilesAA. |
|
FSM Function OnAfterOutOfMissilesAG. |
|
FSM Function OnAfterParking. |
|
FLIGHTGROUP:OnAfterRTB(From, Event, To, airbase, SpeedTo, SpeedHold, SpeedLand) |
FSM Function OnAfterRTB. |
FSM Function OnAfterRefuel. |
|
FSM Function OnAfterRefueled. |
|
FSM Function OnAfterSpawned. |
|
FSM Function OnAfterTakeoff. |
|
FSM Function OnAfterTaxiing. |
|
FSM Function OnAfterUpdateRoute. |
|
FLIGHTGROUP:OnAfterWait(From, Event, To, Duration, Altitude, Speed) |
FSM Function OnAfterWait. |
FLIGHTGROUP:OnBeforeLandAt(From, Event, To, Coordinate, Duration) |
FSM Function OnBeforeLandAt. |
FSM Function OnBeforeLandAtAirbase. |
|
FLIGHTGROUP:OnBeforeRTB(From, Event, To, airbase, SpeedTo, SpeedHold) |
FSM Function OnBeforeRTB. |
FSM Function OnBeforeUpdateRoute. |
|
FLIGHTGROUP:OnBeforeWait(From, Event, To, Duration, Altitude, Speed) |
FSM Function OnBeforeWait. |
Flightgroup event function handling the crash of a unit. |
|
Flightgroup event function handling the crash of a unit. |
|
Flightgroup event function handling the crash of a unit. |
|
Flightgroup event function handling the crash of a unit. |
|
Flightgroup event function handling the crash of a unit. |
|
Flightgroup event function handling the crash of a unit. |
|
FLIGHTGROUP players. |
|
Number that counts RTB calls. |
|
Set the AIRBOSS controlling this flight group. |
|
Set if aircraft is allowed to use afterburner. |
|
Enable that the group is despawned after holding. |
|
Enable that the group is despawned after landing. |
|
Set the destination airbase. |
|
Set the FLIGHTCONTROL controlling this flight group. |
|
Set if critical fuel threshold is reached, flight goes RTB. |
|
Set fuel critical threshold. |
|
Set if low fuel threshold is reached, flight goes RTB. |
|
Set if low fuel threshold is reached, flight tries to refuel at the neares tanker. |
|
Set low fuel threshold. |
|
Set the homebase. |
|
Set if aircraft is allowed to drop empty fuel tanks - set to true to allow, and false to forbid it. |
|
Set if aircraft is allowed to drop weapons to escape danger - set to true to allow, and false to forbid it. |
|
Set if flight is out of Air-Air-Missiles, flight goes RTB. |
|
Set if flight is out of Air-Ground-Missiles, flight goes RTB. |
|
Set if aircraft is not allowed to use afterburner. |
|
Set if group is ready for taxi/takeoff if controlled by a |
|
Set if aircraft is VTOL capable. |
|
Start an uncontrolled group. |
|
Status update. |
|
Abs. mission time stamp when the group reached the holding point. |
|
Abs. mission time stamp when the group was spawned uncontrolled and is parking. |
|
Check if flight is done, i.e. |
|
Check if group got stuck. |
|
Function called when flight has reached the holding point. |
|
Create player menu. |
|
Function called when flight finished refuelling. |
|
Function called when flight finished waiting. |
|
Get the generalized attribute of a group. |
|
Get distance to parking spot. |
|
Size of the bounding box of a DCS object derived from the DCS descriptor table. |
|
Get onboard number. |
|
Get player data. |
|
Returns the unit of a player and the player name. |
|
Get the proper terminal type based on generalized attribute of the group. |
|
Initialize group parameters. |
|
Init player data. |
|
Checks if a group has a human player. |
|
Checks if a human player sits in the unit. |
|
FLIGHTGROUP:_LandAtAirbase(airbase, SpeedTo, SpeedHold, SpeedLand) |
Land at an airbase. |
Player mark parking. |
|
Player menu not implemented. |
|
Function called when flight is on final. |
|
Player status. |
|
Player set skill. |
|
Player set subtitles. |
|
Function called when flight has reached the holding point. |
|
Set parking spot of element. |
|
Set parking spot of element to free |
|
Update menu. |
|
Triggers the FSM event "Stop" after a delay. |
|
Type name of the aircraft. |
|
If true, flight is purely AI. If false, flight contains at least one human player. |
|
The airboss handling this group. |
|
Ammunition data. Number of Guns, Rockets, Bombs, Missiles. |
|
Max altitude the aircraft can fly at in meters. |
|
Flight control status. |
|
If |
|
If |
|
Flag for holding. |
|
The flightcontrol handling this group. |
|
Fuel critical switch. |
|
RTB on critical fuel switch. |
|
Critical fuel threshold in percent. |
|
Fuel low switch. |
|
RTB on low fuel switch. |
|
Low fuel threshold in percent. |
|
Time [s] flight is holding before going on final. Set to nil for indefinitely. |
|
Flight is ready for takeoff. This is for FLIGHTCONTROL. |
|
Allow (true) or disallow (false) AI to jettison empty fuel tanks. |
|
Allow (true) or disallow (false) AI to jettison weapons if in danger. |
|
F10 radio menu. |
|
On after "Airborne" event. |
|
On after "Arrived" event. |
|
On after "Cruising" event. |
|
On after "Dead" event. |
|
FLIGHTGROUP:onafterDisengage(From, Event, To, TargetUnitSet) |
On after "Disengage" event. |
FLIGHTGROUP:onafterElementAirborne(From, Event, To, Element) |
On after "ElementAirborne" event. |
FLIGHTGROUP:onafterElementArrived(From, Event, To, Element, airbase, Parking) |
On after "ElementArrived" event. |
On after "ElementDead" event. |
|
FLIGHTGROUP:onafterElementDestroyed(From, Event, To, Element) |
On after "ElementDestroyed" event. |
FLIGHTGROUP:onafterElementEngineOn(From, Event, To, Element) |
On after "ElementEngineOn" event. |
FLIGHTGROUP:onafterElementLanded(From, Event, To, Element, airbase) |
On after "ElementLanded" event. |
FLIGHTGROUP:onafterElementParking(From, Event, To, Element, Spot) |
On after "ElementParking" event. |
On after "ElementSpawned" event. |
|
FLIGHTGROUP:onafterElementTakeoff(From, Event, To, Element, airbase) |
On after "ElementTakeoff" event. |
On after "ElementTaxiing" event. |
|
On after "EngageTarget" event. |
|
On after "FuelCritical" event. |
|
On after "FuelLow" event. |
|
On after "Holding" event. |
|
FLIGHTGROUP:onafterLandAt(From, Event, To, Coordinate, Duration) |
On after "LandAt" event. |
On after "LandAtAirbase" event. |
|
On after "Landed" event. |
|
On after "LandedAt" event. |
|
On after "Landing" event. |
|
On after "OutOfMissilesAA" event. |
|
On after "OutOfMissilesAG" event. |
|
On after "Parking" event. |
|
FLIGHTGROUP:onafterRTB(From, Event, To, airbase, SpeedTo, SpeedHold, SpeedLand) |
On after "RTB" event. |
On after "Refuel" event. |
|
On after "Refueled" event. |
|
On after "Spawned" event. |
|
On after "Takeoff" event. |
|
On after "Taxiing" event. |
|
On after "UpdateRoute" event. |
|
FLIGHTGROUP:onafterWait(From, Event, To, Duration, Altitude, Speed) |
On after "Wait" event. |
FLIGHTGROUP:onbeforeLandAt(From, Event, To, Coordinate, Duration) |
On before "LandAt" event. |
On before "LandAtAirbase" event. |
|
FLIGHTGROUP:onbeforeRTB(From, Event, To, airbase, SpeedTo, SpeedHold) |
On before "RTB" event. |
On before "UpdateRoute" event. |
|
FLIGHTGROUP:onbeforeWait(From, Event, To, Duration, Altitude, Speed) |
On before "Wait" event. |
Disallow (true) or allow (false) AI to use the afterburner. |
|
Max range in meters. |
|
The refueling system type (0=boom, 1=probe), if the group can refuel from a tanker. |
|
Holding stack. |
|
The refueling system type (0=boom, 1=probe), if the group is a tanker. |
|
FLIGHTGROUP class version. |
Fields and Methods inherited from OPSGROUP | Description |
---|---|
Activate a late activated group. |
|
Add a zone that triggers and event if the group enters or leaves any of the zones. |
|
Add mission to queue. |
|
Create a cargo transport assignment. |
|
FLIGHTGROUP:AddTask(task, clock, description, prio, duration) |
Add a scheduled task. |
Add an enroute task. |
|
FLIGHTGROUP:AddTaskWaypoint(task, Waypoint, description, prio, duration) |
Add a waypoint task. |
Add a weapon range for ARTY auftrag. |
|
Add weight to the internal cargo of an element of the group. |
|
path finding. |
|
Check if the group can in principle be carrier of a cargo group. |
|
Cancel all missions in mission queue that are not already done or cancelled. |
|
Check if task description is unique. |
|
Name of the class. |
|
Clear DCS tasks. |
|
Clear waypoints. |
|
Count elements of the group. |
|
Count remaining missons. |
|
Count the number of tasks that still pending in the queue. |
|
Count remaining cargo transport assignments. |
|
Count remaining waypoint tasks. |
|
Deactivate the group. |
|
Delete a cargo transport assignment from the cargo queue. |
|
Despawn the group. |
|
FLIGHTGROUP:DespawnElement(Element, Delay, NoEventRemoveUnit) |
Despawn an element/unit of the group. |
Despawn a unit of the group. |
|
Destroy group. |
|
Destroy a unit of the group. |
|
Find carrier for cargo by evaluating the free cargo bay storage. |
|
Get 2D distance to a coordinate. |
|
Get current Alarm State of the group. |
|
Set current altitude. |
|
Get inital amount of ammunition. |
|
Get the number of shells a unit or group currently has. |
|
Get total amount of ammunition of the whole group. |
|
Get the number of shells a unit or group currently has. |
|
Get generalized attribute. |
|
Get current TACAN parameters. |
|
FLIGHTGROUP:GetCallsignName(ShortCallsign, Keepnumber, CallsignTranslations) |
Get callsign of the first element alive. |
Get all groups currently loaded as cargo. |
|
Get OPSGROUPs in the cargo bay. |
|
Get coalition. |
|
Get current coordinate of the group. |
|
FLIGHTGROUP:GetCoordinateInRange(TargetCoord, WeaponBitType, RefCoord) |
Get a coordinate, which is in weapon range. |
Get default cruise speed. |
|
Get DCS GROUP object. |
|
Get DCS group object. |
|
Get DCS GROUP object. |
|
Get DCS units. |
|
Get set of detected groups. |
|
Get set of detected units. |
|
Get distance to waypoint. |
|
Get current EPLRS state. |
|
Get the first element of a group, which is alive. |
|
Get the element of a group. |
|
Get the bounding box of the element. |
|
Get the loading zone of the element. |
|
Get the unloading zone of the element. |
|
Get current emission state. |
|
Returns the currently expected speed. |
|
Get free cargo bay weight. |
|
Get max weight of cargo (group) this group can load. |
|
FLIGHTGROUP:GetFreeCargobayRelative(UnitName, IncludeReserved) |
Get relative free cargo bay in percent. |
Get MOOSE GROUP object. |
|
Get current heading of the group or (optionally) of a specific unit of the group. |
|
Get highest threat. |
|
Get LASER code. |
|
Get current LASER coordinate, i.e. |
|
Get current target of the LASER. |
|
Returns the absolute total life points of the group. |
|
Get mission by its id (auftragsnummer). |
|
Get mission by its task id. |
|
Get current mission. |
|
Get the group name. |
|
Get number of elements alive. |
|
Get coordinate of next waypoint of the group. |
|
Get cargo transport assignment from the cargo queue by its unique ID. |
|
Get current orientation of the group. |
|
Get current "X" orientation of the first unit in the group. |
|
Get current ROE of the group. |
|
Get current ROT of the group. |
|
Get current Radio frequency and modulation. |
|
Get default cruise speed. |
|
Returns a non-zero speed to the next waypoint (even if the waypoint speed is zero). |
|
Get current TACAN parameters. |
|
Get task by its id. |
|
Get the currently executed task if there is any. |
|
Get the unfinished waypoint tasks |
|
Get highest detected threat. |
|
Get time to waypoint based on current velocity. |
|
Get MOOSE UNIT object. |
|
FLIGHTGROUP:GetUsedCargobayRelative(UnitName, IncludeReserved) |
Get relative used (loaded) cargo bay in percent. |
Get current 2D position vector of the group. |
|
Get current 3D position vector of the group. |
|
Get current velocity of the group. |
|
Get waypoint. |
|
Get the waypoint from its unique ID. |
|
Get the waypoint from its index. |
|
Get waypoint coordinates. |
|
Get current waypoint. |
|
Get current waypoint UID. |
|
Get final waypoint. |
|
Get unique ID of waypoint given its index. |
|
Get the waypoint index (its position in the current waypoints table). |
|
Get waypoint index after waypoint with given ID. |
|
Get current waypoint index. |
|
Get next waypoint index. |
|
Get next waypoint. |
|
Get waypoint speed. |
|
Get unique ID of waypoint. |
|
Get the waypoint UID from its index, i.e. |
|
Get the waypoints. |
|
Get weapon data. |
|
Get weight of the internal cargo the group is carriing right now. |
|
Get max weight of the internal cargo the group can carry. |
|
Get total weight of the group including cargo. |
|
FLIGHTGROUP:HasLoS(Coordinate, Element, OffsetElement, OffsetCoordinate) |
Check if an element of the group has line of sight to a coordinate. |
Check if this group has passed its final waypoint. |
|
Returns true if the DCS controller currently has a task. |
|
FLIGHTGROUP:InWeaponRange(TargetCoord, WeaponBitType, RefCoord) |
Check if a given coordinate is in weapon range. |
Check if group is activated. |
|
Check if group is alive. |
|
Check if this is a ARMYGROUP. |
|
Check if awaiting a transport lift. |
|
Check if the group is currently boarding a carrier. |
|
Check if the group is currently busy doing something. |
|
Check if the group is assigned as cargo. |
|
Check if the group is a carrier. |
|
Check if group is dead. |
|
Check if group was destroyed. |
|
Check if the group is engaging another unit or group. |
|
Check if group is exists. |
|
Check if this is a FLIGHTGROUP. |
|
Check if group is in state in utero. |
|
Check if group is currently inside a zone. |
|
Check if the group has currently switched a LASER on. |
|
Check if this group is currently "late activated" and needs to be "activated" to appear in the mission. |
|
Check if the group is currently loaded into a carrier. |
|
Check if the group is loading cargo. |
|
Check if a given mission is already in the queue. |
|
Check if a given mission type is already in the queue. |
|
Check if this is a NAVYGROUP. |
|
Check if the group is not cargo. |
|
Check if the group is not a carrier yet. |
|
Check if group is currently on a mission. |
|
Check if the group is completely out of ammo. |
|
Check if the group is out of bombs. |
|
Check if the group is out of guns. |
|
Check if the group is out of missiles. |
|
Check if the group is out of torpedos. |
|
Check if the group is picking up cargo. |
|
Check if the group is currently rearming or on its way to the rearming place. |
|
Check if the group is retreated (has reached its retreat zone). |
|
Check if the group is currently retreating or retreated. |
|
Check if the group is currently returning to a zone. |
|
Check if group is in state spawned. |
|
Check if FSM is stopped. |
|
Check if target is detected. |
|
Check if the group is transporting cargo. |
|
Check if this group is currently "uncontrolled" and needs to be "started" to begin its route. |
|
Check if the group is unloading cargo. |
|
Check if group is currently waiting. |
|
FLIGHTGROUP:KnowTarget(TargetObject, KnowType, KnowDist, Delay) |
Set detection on or off. |
Mark waypoints on F10 map. |
|
Triggers the FSM event "MissionCancel". |
|
Triggers the FSM event "MissionDone". |
|
Triggers the FSM event "MissionExecute". |
|
Triggers the FSM event "MissionStart". |
|
Number of destroyed units. |
|
Create a new OPSGROUP class object. |
|
FLIGHTGROUP:NewTaskScheduled(task, clock, description, prio, duration) |
Create a scheduled task. |
Number of hits taken. |
|
Number kills of this groups. |
|
On After "DetectedGroup" event. |
|
FLIGHTGROUP:OnAfterDetectedGroupKnown(From, Event, To, Group) |
On After "DetectedGroupKnown" event. |
FLIGHTGROUP:OnAfterDetectedGroupLost(From, Event, To, Group) |
On After "DetectedGroupLost" event. |
On After "DetectedGroupNew" event. |
|
On After "DetectedUnit" event. |
|
On After "DetectedUnitKnown" event. |
|
On After "DetectedUnitLost" event. |
|
On After "DetectedUnitNew" event. |
|
On after "HoverEnd" event. |
|
On after "HoverStart" event. |
|
On after "MissionCancel" event. |
|
On after "MissionDone" event. |
|
On after "MissionExecute" event. |
|
On after "MissionStart" event. |
|
FLIGHTGROUP:OnAfterTransportCancel(From, Event, To, Transport) |
On after "TransportCancel" event. |
Event function handling the birth of a unit. |
|
Event function handling the dead of a unit. |
|
Event function handling the hit of a unit. |
|
Event function handling the event that a unit achieved a kill. |
|
Event function handling when a unit is removed from the game. |
|
Event function handling when a unit is removed from the game. |
|
Push DCS task. |
|
FLIGHTGROUP:RadioTransmission(Text, Delay, SayCallsign, Frequency) |
Send a radio transmission via SRS Text-To-Speech. |
Reduce weight to the internal cargo of an element of the group. |
|
Remove mission from queue. |
|
Remove task from task queue. |
|
Remove a waypoint. |
|
Remove a waypoint with a ceratin UID. |
|
Remove waypoints markers on the F10 map. |
|
Return group back to the legion it belongs to. |
|
Route group along waypoints. |
|
Route group to mission. |
|
FLIGHTGROUP:SelfDestruction(Delay, ExplosionPower, ElementName) |
Self destruction of group. |
Set current altitude. |
|
Set max weight that each unit of the group can handle. |
|
Set that this carrier is an all aspect loader. |
|
Set that this carrier is a back loader. |
|
Set that this carrier is a front loader. |
|
Set that this carrier is a port (left side) loader. |
|
Set that this carrier is a starboard (right side) loader. |
|
Set that this carrier is an all aspect unloader. |
|
Set that this carrier is a back unloader. |
|
Set that this carrier is a front unloader. |
|
Set that this carrier is a port (left side) unloader. |
|
Set that this carrier is a starboard (right side) unloader. |
|
Define a SET of zones that trigger and event if the group enters or leaves any of the zones. |
|
Set the default Alarm State for the group. |
|
Set default cruise altitude. |
|
FLIGHTGROUP:SetDefaultCallsign(CallsignName, CallsignNumber) |
Set default callsign. |
Set the default EPLRS for the group. |
|
Set the default emission state for the group. |
|
Set default formation. |
|
FLIGHTGROUP:SetDefaultICLS(Channel, Morse, UnitName, OffSwitch) |
Set default ICLS parameters. |
Set the default immortal for the group. |
|
Set the default invisible for the group. |
|
Set the default ROE for the group. |
|
Set the default ROT for the group. |
|
FLIGHTGROUP:SetDefaultRadio(Frequency, Modulation, OffSwitch) |
Set default Radio frequency and modulation. |
Set default cruise speed. |
|
FLIGHTGROUP:SetDefaultTACAN(Channel, Morse, UnitName, Band, OffSwitch) |
Set default TACAN parameters. |
Set detection on or off. |
|
Disable to automatically engage detected targets. |
|
FLIGHTGROUP:SetEngageDetectedOn(RangeMax, TargetTypes, EngageZoneSet, NoEngageZoneSet) |
Enable to automatically engage detected targets. |
Set LASER parameters. |
|
Set LASER target. |
|
Set that group is going to rearm once it runs out of ammo. |
|
Set that group is retreating once it runs out of ammo. |
|
Set that group is return to legion once it runs out of ammo. |
|
[GROUND, NAVAL] Set whether this group should return to its legion once all mission etc are finished. |
|
FLIGHTGROUP:SetSRS(PathToSRS, Gender, Culture, Voice, Port, PathToGoogleKey, Label, Volume) |
Use SRS Simple-Text-To-Speech for transmissions. |
Set current speed. |
|
Set DCS task. |
|
Set verbosity level. |
|
Triggers the FSM event "Status". |
|
Triggers the FSM event "Stop". |
|
Set current Alarm State of the group. |
|
Switch to a specific callsign. |
|
Switch EPLRS datalink on or off. |
|
Switch emission on or off. |
|
Switch to a specific formation. |
|
Activate/switch ICLS beacon settings. |
|
Switch immortality on or off. |
|
Switch invisibility on or off. |
|
Set current ROE for the group. |
|
Set ROT for the group. |
|
Turn radio on or switch frequency/modulation. |
|
Activate/switch TACAN beacon settings. |
|
Teleport the group to a different location. |
|
Triggers the FSM event "TransportCancel". |
|
Deactivate ICLS beacon. |
|
Turn radio off. |
|
Deactivate TACAN beacon. |
|
Abs. mission time stamp when the group was ordered to wait. |
|
FLIGHTGROUP:_AddCargobay(CargoGroup, CarrierElement, Reserved) |
Add OPSGROUP to cargo bay of a carrier. |
FLIGHTGROUP:_AddCargobayStorage(CarrierElement, CargoUID, StorageType, StorageAmount, StorageWeight) |
Add warehouse storage to cargo bay of a carrier. |
Add a unit/element to the OPS group. |
|
Add storage to cargo bay of a carrier. |
|
Check if awaiting a transport. |
|
Initialize Mission Editor waypoints. |
|
Check if all elements of the group have the same status (or are dead). |
|
Check if all elements of the group have the same status (or are dead). |
|
Check ammo is full. |
|
Check ammo status. |
|
Check cargo transport assignments. |
|
Check damage. |
|
Check if all cargo of this transport assignment was delivered. |
|
Check detected units. |
|
Check if all cargo of this transport assignment was delivered. |
|
Check if passed the final waypoint and, if necessary, update route. |
|
Check if group is in zones. |
|
Check if group got stuck. |
|
Get coordinate from an object. |
|
Count paused mission. |
|
FLIGHTGROUP:_CreateMyCargo(CargoUID, OpsGroup, StorageType, StorageAmount, StorageWeight) |
Add OPSGROUP to cargo bay of a carrier. |
Enhance waypoint table. |
|
Remove OPSGROUP from cargo bay of a carrier. |
|
Remove OPSGROUP from cargo bay of a carrier. |
|
Remove my lift. |
|
Get cargo bay item. |
|
Remove OPSGROUP from cargo bay of a carrier. |
|
Get target group. |
|
Get/update the (un-)loading zone of the element. |
|
Get cargo bay data from a cargo data id. |
|
Get my carrier. |
|
Get my carrier element. |
|
Get my carrier group. |
|
Get cargo transport from cargo queue. |
|
Get next mission. |
|
Get next task in queue. |
|
Get paused mission. |
|
Get name of ROE corresponding to the numerical value. |
|
Get the template of the group. |
|
FLIGHTGROUP:_GetWeightStorage(Storage, Total, Reserved, Amount) |
Get weight of warehouse storage to transport. |
Initialize Mission Editor waypoints. |
|
Check if a unit is an element of the flightgroup. |
|
Check if a group is in the cargo bay. |
|
Is my carrier reserved. |
|
Returns a name of a missile category. |
|
Set (new) cargo status. |
|
Set (new) carrier status. |
|
Set passed final waypoint value. |
|
Function called when a group is passing a waypoint. |
|
Print info on mission and task status to DCS log file. |
|
On after "QueueUpdate" event. |
|
On after "MissionDone" event. |
|
Remove my carrier. |
|
Remove paused mission from the table. |
|
Respawn the group. |
|
FLIGHTGROUP:_SandwitchDCSTask(DCSTask, Task, SetTask, Delay) |
Sandwitch DCS task in stop condition and push the task to the group. |
Set status for all elements (except dead ones). |
|
Set legion this ops group belongs to. |
|
Set mission specific options for ROE, Alarm state, etc. |
|
FLIGHTGROUP:_SetMyCarrier(CarrierGroup, CarrierElement, Reserved) |
Set my carrier. |
Set the template of the group. |
|
Set tasks at this waypoint |
|
Simple task function. |
|
On after "Loading" event. |
|
Sort task queue. |
|
Spawn group from a given template. |
|
Activate/switch ICLS beacon settings. |
|
Activate/switch TACAN beacon settings. |
|
Function called when a task is done. |
|
Function called when a task is executed. |
|
FLIGHTGROUP:_TransferCargo(CargoGroup, CarrierGroup, CarrierElement) |
Transfer cargo from to another carrier. |
Update laser point. |
|
Check if all elements of the group have the same status (or are dead). |
|
Check if all elements of the group have the same status or are dead. |
|
Update (DCS) task. |
|
Initialize Mission Editor waypoints. |
|
Triggers the FSM event "MissionCancel" after a delay. |
|
Triggers the FSM event "MissionDone" after a delay. |
|
Triggers the FSM event "MissionExecute" after a delay. |
|
Triggers the FSM event "MissionStart" after a delay. |
|
Triggers the FSM event "Status" after a delay. |
|
Triggers the FSM event "Stop" after a delay. |
|
Triggers the FSM event "TransportCancel" after a delay. |
|
Resume route at first waypoint when final waypoint is reached. |
|
Initial ammount of ammo. |
|
Generalized attribute. |
|
Current callsign settings. |
|
Callsign alias. |
|
Default callsign settings. |
|
Callsign name. |
|
Table containing OPSGROUP loaded into this group. |
|
Cargo status of this group acting as cargo. |
|
Transport zone combo (pickup, deploy etc.) currently used. |
|
Current cargo transport assignment. |
|
Unique ID of the transport assignment this cargo group is associated with. |
|
Table containing cargo groups to be transported. |
|
Carrier the group is loaded into as cargo. |
|
Carrier group transporting this group as cargo. |
|
Carrier loader parameters. |
|
Carrier status of this group acting as cargo carrier. |
|
Carrier unloader parameters. |
|
Set of zones. |
|
Cohort the group belongs to. |
|
The DCS controller of the group. |
|
Current coordinate. |
|
The current airbase of the flight group, i.e. where it is currently located or landing at. |
|
The ID (auftragsnummer) of the currently assigned AUFTRAG. |
|
Current waypoint index. This is the index of the last passed waypoint. |
|
Time to wait in seconds. Default |
|
The DCS group object. |
|
The destination base of the flight group. |
|
The destination zone of the flight group. Set when final waypoint is in air. |
|
Set of detected groups. |
|
Set of detected units. |
|
If true, detected units of the group are analyzed. |
|
Table of elements, i.e. units of the group. |
|
Set of zones in which targets are engaged. Default is anywhere. |
|
Set of zones in which targets are not engaged. Default is nowhere. |
|
If |
|
Max range in NM. Only detected targets within this radius from the group will be engaged. Default is 25 NM. |
|
Types of target attributes that will be engaged. See DCS enum attributes. Default "All". |
|
Group object. |
|
If true, group parameters were initialized. |
|
Name of the group. |
|
Heading of the group at last status check. |
|
Backup of last heading to monitor changes. |
|
The home base of the flight group. |
|
The home zone of the flight group. Set when spawn happens in air. |
|
Current ICLS settings. |
|
Default ICLS settings. |
|
Set of zones in which the group is currently in. |
|
If true, group is purely AI. |
|
Is an ARMYGROUP. |
|
If true, the whole group is dead. |
|
If true, the whole group was destroyed. |
|
Is a FLIGHTGROUP. |
|
If true, this is a helicopter group. |
|
Is the group late activated. |
|
If |
|
Is a NAVYGROUP. |
|
If true, this is a submarine group. |
|
Is the group uncontrolled. |
|
If true, this is capable of Vertical TakeOff and Landing (VTOL). |
|
If true, group is on pathfinding route. |
|
Legion the group belongs to. |
|
Class id string for output to DCS log file. |
|
Queue of missions. |
|
MOOSE SRS wrapper. |
|
Carrier group for this group. |
|
FLIGHTGROUP:onafterBoard(From, Event, To, CarrierGroup, Carrier) |
On after "Board" event. |
On after "Damaged" event. |
|
On after "Dead" event. |
|
FLIGHTGROUP:onafterDelivered(From, Event, To, CargoTransport) |
On after "Delivered" event. |
On after "Destroyed" event. |
|
On after "DetectedGroup" event. |
|
On after "DetectedGroupNew" event. |
|
On after "DetectedUnit" event. |
|
On after "DetectedUnitNew" event. |
|
On after "ElementDamaged" event. |
|
On after "ElementDead" event. |
|
FLIGHTGROUP:onafterElementDestroyed(From, Event, To, Element) |
On after "ElementDestroyed" event. |
FLIGHTGROUP:onafterElementHit(From, Event, To, Element, Enemy) |
On after "ElementHit" event. |
On after "ElementInUtero" event. |
|
On after "EnterZone" event. |
|
FLIGHTGROUP:onafterGotoWaypoint(From, Event, To, UID, Speed) |
On after "GotoWaypoint" event. |
On after "Hit" event. |
|
On after "InUtero" event. |
|
On after "LaserCode" event. |
|
On after "LaserGotLOS" event. |
|
On after "LaserLostLOS" event. |
|
On after "LaserOff" event. |
|
On after "LaserOn" event. |
|
On after "LaserPause" event. |
|
On after "LaserResume" event. |
|
On after "LeaveZone" event. |
|
FLIGHTGROUP:onafterLoad(From, Event, To, CargoGroup, Carrier) |
On after "Load" event. |
On after "Loading" event. |
|
On after "LoadingDone" event. |
|
On after "MissionCancel" event. |
|
On after "MissionDone" event. |
|
On after "MissionExecute" event. |
|
On after "MissionStart" event. |
|
On after "OutOfAmmo" event. |
|
On after "PassedFinalWaypoint" event. |
|
FLIGHTGROUP:onafterPassingWaypoint(From, Event, To, Waypoint) |
On after "PassingWaypoint" event. |
On after "PauseMission" event. |
|
On after "Pickup" event. |
|
On after "Respawn" event. |
|
On after "Stop" event. |
|
On after "TaskCancel" event. |
|
On after "TaskDone" event. |
|
On after "TaskExecute" event. |
|
On after "Transport" event. |
|
FLIGHTGROUP:onafterTransportCancel(From, Event, To, The, Transport) |
On after "TransportCancel" event. |
FLIGHTGROUP:onafterUnload(From, Event, To, OpsGroup, Coordinate, Activated, Heading) |
On after "Unload" event. |
On after "Unloaded" event. |
|
On after "Unloading" event. |
|
On after "UnloadingDone" event. |
|
On after "UnpauseMission" event. |
|
On after "Wait" event. |
|
FLIGHTGROUP:onbeforeBoard(From, Event, To, CarrierGroup, Carrier) |
On before "Board" event. |
On before "Dead" event. |
|
FLIGHTGROUP:onbeforeElementSpawned(From, Event, To, Element) |
On before "ElementSpawned" event. |
On before "LaserOff" event. |
|
On before "LaserOn" event. |
|
On before "LaserResume" event. |
|
On before "MissionStart" event. |
|
On before "Stop" event. |
|
On before "TaskDone" event. |
|
On before "TaskExecute" event. |
|
On before "Transport" event. |
|
FLIGHTGROUP:onbeforeUnload(From, Event, To, OpsGroup, Coordinate, Heading) |
On before "Unload" event. |
On before "Wait" event. |
|
Current optional settings. |
|
Default option settings. |
|
Orientation at last status check. |
|
Backup of last orientation to monitor changes. |
|
Group has passed the final waypoint. |
|
Paused missions. |
|
Position of the group at last status check. |
|
Backup of last position vec to monitor changes. |
|
Current radio settings. |
|
Default radio settings. |
|
Radio queue. |
|
If |
|
Cruising speed in km/h. |
|
Max speed in km/h. |
|
Speed to the next waypoint in m/s. |
|
Laser and IR spot. |
|
If |
|
Time stamp [sec], when the group got stuck. |
|
Position where the group got stuck. |
|
Current TACAN settings. |
|
Default TACAN settings. |
|
Running number of task ids. |
|
ID of current task. If 0, there is no current task assigned. |
|
Enroute task of the group. |
|
Paused tasks. |
|
Queue of tasks. |
|
Template table of the group. |
|
Timer for check zones. |
|
Timer for queue updates. |
|
Timer for status update. |
|
Distance traveled in meters. This is a lower bound. |
|
Time. |
|
If |
|
Use SRS for transmissions. |
|
Verbosity level. 0=silent. |
|
OpsGroup version. |
|
Table of waypoints. |
|
Table of initial waypoints. |
|
Weapon data table with key=BitType. |
|
Running number counting waypoints. |
Fields and Methods inherited from FSM | Description |
---|---|
Adds an End state. |
|
Set the default #FSM_PROCESS template with key ProcessName providing the ProcessClass and the process object when it is assigned to a Wrapper.Controllable by the task. |
|
Adds a score for the FSM to be achieved. |
|
FLIGHTGROUP:AddScoreProcess(From, Event, State, ScoreText, Score) |
Adds a score for the FSM_PROCESS to be achieved. |
Add a new transition rule to the FSM. |
|
Get current state. |
|
Returns the End states. |
|
Returns a table of the SubFSM rules defined within the FSM. |
|
Returns a table with the scores defined. |
|
Returns the start state of the FSM. |
|
Get current state. |
|
Returns a table with the Subs defined. |
|
Returns a table of the transition rules defined within the FSM. |
|
Check if FSM is in state. |
|
Load call backs. |
|
Creates a new FSM object. |
|
Sets the start state of the FSM. |
|
Add to map. |
|
Call handler. |
|
Create transition. |
|
Delayed transition. |
|
Event map. |
|
Go sub. |
|
Handler. |
|
Is end state. |
|
Sub maps. |
|
Check if can do an event. |
|
Check if cannot do an event. |
|
Check if FSM is in state. |
|
Fields and Methods inherited from FLIGHTGROUP.Attribute | Description |
---|---|
Attack helicopter. |
|
Airborne Early Warning and Control System. |
|
Aircraft which can be used for strategic bombing. |
|
Fighter, interceptor, ... airplane. |
|
Other aircraft type. |
|
Airplane which can refuel other aircraft. |
|
Helicopter with transport capability. This can be used to transport other assets. |
|
Airplane with transport capability. This can be used to transport other assets. |
|
Unpiloted Aerial Vehicle, e.g. drones. |
Fields and Methods inherited from FLIGHTGROUP.PlayerData | Description |
---|---|
Player name. |
|
Skill level. |
|
Display subtitles. |
Fields and Methods inherited from FLIGHTGROUP.PlayerSkill | Description |
---|---|
Naval aviator. Moderate number of hints but not really zip lip. |
|
TOPGUN graduate. For people who know what they are doing. Nearly ziplip. |
|
TOPGUN instructor. For people who know what they are doing. Nearly ziplip. |
|
Flight Student. Shows tips and hints in important phases of the approach. |
Fields and Methods inherited from FLIGHTGROUP.RadioMessage | Description |
---|---|
Fields and Methods inherited from FLIGHTGROUP.RadioText | Description |
---|---|
FLIGHTGROUP class.
Field(s)
FLIGHTGROUP players.
Number that counts RTB calls.
Abs. mission time stamp when the group reached the holding point.
Abs. mission time stamp when the group was spawned uncontrolled and is parking.
Type name of the aircraft.
If true, flight is purely AI. If false, flight contains at least one human player.
Ammunition data. Number of Guns, Rockets, Bombs, Missiles.
Max altitude the aircraft can fly at in meters.
Flight control status.
Set current airbase.
If true
, group is despawned after reaching the holding point.
If true
, group is despawned after landed at an airbase.
Fuel critical switch.
RTB on critical fuel switch.
Critical fuel threshold in percent.
Fuel low switch.
RTB on low fuel switch.
Low fuel threshold in percent.
Init done.
Time [s] flight is holding before going on final. Set to nil for indefinitely.
Not dead or destroyed yet.
Helo group.
Flight is ready for takeoff. This is for FLIGHTCONTROL.
Allow (true) or disallow (false) AI to jettison empty fuel tanks.
Allow (true) or disallow (false) AI to jettison weapons if in danger.
Set some string id for output to DCS.log file.
F10 radio menu.
Disallow (true) or allow (false) AI to use the afterburner.
Max range in meters.
The refueling system type (0=boom, 1=probe), if the group can refuel from a tanker.
Cruise speed: 70% of max speed but within limit.
Max speed in km/h.
The refueling system type (0=boom, 1=probe), if the group is a tanker.
Start check zone timer.
Start queue update timer.
Start the status monitoring.
FLIGHTGROUP class version.
Function(s)
Add an enroute task to attack targets in a certain circular zone.
Defined in:
FLIGHTGROUP
Parameters:
Core.Zone#ZONE_RADIUS ZoneRadius
The circular zone, where to engage targets.
#table TargetTypes
(Optional) The target types, passed as a table, i.e. mind the curly brackets {}. Default {"Air"}.
#number Priority
(Optional) Priority. Default 0.
Add an AIR waypoint to the flight plan.
Defined in:
FLIGHTGROUP
Parameters:
Core.Point#COORDINATE Coordinate
The coordinate of the waypoint. Use COORDINATE:SetAltitude(altitude) to define the altitude.
#number Speed
Speed in knots. Default is cruise speed.
#number AfterWaypointWithID
Insert waypoint after waypoint given ID. Default is to insert as last waypoint.
#number Altitude
Altitude in feet. Default is y-component of Coordinate. Note that these altitudes are wrt to sea level (barometric altitude).
#boolean Updateroute
If true or nil, call UpdateRoute. If false, no call.
Return value:
Waypoint table.
Add an LANDING waypoint to the flight plan.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Airbase#AIRBASE Airbase
The airbase where the group should land.
#number Speed
Speed in knots. Default 350 kts.
#number AfterWaypointWithID
Insert waypoint after waypoint given ID. Default is to insert as last waypoint.
#number Altitude
Altitude in feet. Default is y-component of Coordinate. Note that these altitudes are wrt to sea level (barometric altitude).
#boolean Updateroute
If true or nil, call UpdateRoute. If false, no call.
Return value:
Waypoint table.
Check if flight can do air-to-air attacks.
Defined in:
FLIGHTGROUP
Parameter:
#boolean ExcludeGuns
If true, exclude available gun shells.
Return value:
#boolean:
true if has air-to-ground weapons.
Check if flight can do air-to-ground tasks.
Defined in:
FLIGHTGROUP
Parameter:
#boolean ExcludeGuns
If true, exclude gun
Return value:
#boolean:
true if has air-to-ground weapons.
Clear the group for landing when it is holding.
Defined in:
FLIGHTGROUP
Parameter:
#number Delay
Delay in seconds before landing clearance is given.
Return value:
self
Find the nearest friendly airbase (same or neutral coalition).
Defined in:
FLIGHTGROUP
Parameter:
#number Radius
Search radius in NM. Default 50 NM.
Return value:
Closest tanker group #nil.
Find the nearest tanker.
Defined in:
FLIGHTGROUP
Parameter:
#number Radius
Search radius in NM. Default 50 NM.
Return value:
Closest tanker group or nil
if no tanker is in the given radius.
Get airwing the flight group belongs to.
Get name of airwing the flight group belongs to.
Defined in:
FLIGHTGROUP
Return value:
#string:
Name of the airwing or "None" if the flightgroup does not belong to any airwing.
Search unoccupied parking spots at the airbase for all flight elements.
Check if a unit is and element of the flightgroup.
Get the FLIGHTCONTROL controlling this flight group.
Get min fuel of group.
This returns the relative fuel amount of the element lowest fuel in the group.
Defined in:
FLIGHTGROUP
Return value:
#number:
Relative fuel in percent.
Get holding time.
Defined in:
FLIGHTGROUP
Return value:
#number:
Holding time in seconds or -1 if flight is not holding.
Check if a unit is and element of the flightgroup.
Get number of kills of this group.
Defined in:
FLIGHTGROUP
Return value:
#number:
Number of units killed.
Search unoccupied parking spots at the airbase for all flight elements.
Defined in:
FLIGHTGROUP
Parameter:
Wrapper.Airbase#AIRBASE airbase
The airbase where we search for parking spots.
Return value:
#table:
Table of coordinates and terminal IDs of free parking spots.
Returns the parking spot of the element.
Defined in:
FLIGHTGROUP
Parameters:
Ops.OpsGroup#OPSGROUP.Element element
Element of the flight group.
#number maxdist
Distance threshold in meters. Default 5 m.
Wrapper.Airbase#AIRBASE airbase
(Optional) The airbase to check for parking. Default is closest airbase to the element.
Return value:
Parking spot or nil if no spot is within distance threshold.
Get parking time.
Defined in:
FLIGHTGROUP
Return value:
#number:
Holding time in seconds or -1 if flight is not holding.
Get player element.
Get player element.
Defined in:
FLIGHTGROUP
Return value:
#string:
Player name or nil
.
Get squadron the flight group belongs to.
Defined in:
FLIGHTGROUP
Return value:
The SQUADRON of this flightgroup or #nil if the flightgroup does not belong to any squadron.
Get squadron name the flight group belongs to.
Defined in:
FLIGHTGROUP
Return value:
#string:
The squadron name or "None" if the flightgroup does not belon to any squadron.
Check if flight is airborne or cruising.
Defined in:
FLIGHTGROUP
Parameter:
Ops.OpsGroup#OPSGROUP.Element Element
(Optional) Only check status for given element.
Return value:
#boolean:
If true, flight is airborne.
Check if flight has arrived at its destination parking spot.
Defined in:
FLIGHTGROUP
Parameter:
Ops.OpsGroup#OPSGROUP.Element Element
(Optional) Only check status for given element.
Return value:
#boolean:
If true, flight has arrived at its destination and is parking.
Check if flight is airborne or cruising.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is airborne.
Check if flight is critical on fuel.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is critical on fuel.
Check if flight is good on fuel (not below low or even critical state).
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is good on fuel.
Check if flight is low on fuel.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is low on fuel.
Check if flight is going for fuel.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is refueling.
Check if flight is holding and waiting for landing clearance.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is holding.
Check if flight is inbound and traveling to holding pattern.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, flight is holding.
Check if flight has landed and is now taxiing to its parking spot.
Defined in:
FLIGHTGROUP
Parameter:
Ops.OpsGroup#OPSGROUP.Element Element
(Optional) Only check status for given element.
Return value:
#boolean:
If true, flight has landed
Check if helo(!) flight has landed at a specific point.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, has landed somewhere.
Check if flight is landing.
Defined in:
FLIGHTGROUP
Parameter:
Ops.OpsGroup#OPSGROUP.Element Element
(Optional) Only check status for given element.
Return value:
#boolean:
If true, flight is landing, i.e. on final approach.
Check if the final waypoint is in the air.
Defined in:
FLIGHTGROUP
Parameter:
#table wp
Waypoint. Default final waypoint.
Return value:
#boolean:
If true
final waypoint is a turning or flyover but not a landing type waypoint.
Check if the final waypoint is at an airbase.
Defined in:
FLIGHTGROUP
Parameter:
#table wp
Waypoint. Default final waypoint.
Return value:
#boolean:
If true
, final waypoint is a landing waypoint at an airbase.
Check if helo(!) flight is ordered to land at a specific point.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
If true, group has task to land somewhere.
Check if flight is parking.
Defined in:
FLIGHTGROUP
Parameter:
Ops.OpsGroup#OPSGROUP.Element Element
(Optional) Only check status for given element.
Return value:
#boolean:
If true, flight is parking after spawned.
Check if this is an air start.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
Air start?
Check if this is a cold start.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
Cold start, i.e. engines off when spawned?
Check if this is a hot start.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
Hot start?
Check if this is a runway start.
Defined in:
FLIGHTGROUP
Return value:
#boolean:
Runway start?
Check if is taxiing to the runway.
Defined in:
FLIGHTGROUP
Parameter:
Ops.OpsGroup#OPSGROUP.Element Element
(Optional) Only check status for given element.
Return value:
#boolean:
If true, flight is taxiing after engine start up.
Create a new FLIGHTGROUP object and start the FSM.
Defined in:
FLIGHTGROUP
Parameter:
Wrapper.Group#GROUP group
The group object. Can also be given by its group name as #string
.
Return value:
self
FSM Function OnAfterAirborne.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterArrived.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterCruise.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterDead.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterDisengage.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Set#SET_UNIT TargetUnitSet
FSM Function OnAfterElementAirborne.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
FSM Function OnAfterElementArrived.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Wrapper.Airbase#AIRBASE airbase
The airbase, where the element arrived.
The Parking spot the element has.
FSM Function OnAfterElementDead.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
FSM Function OnAfterElementDestroyed.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
FSM Function OnAfterElementEngineOn.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
FSM Function OnAfterElementLanded.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Wrapper.Airbase#AIRBASE airbase
The airbase if applicable or nil.
FSM Function OnAfterElementParking.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Parking Spot.
FSM Function OnAfterElementSpawned.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
FSM Function OnAfterElementTakeoff.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Wrapper.Airbase#AIRBASE airbase
The airbase if applicable or nil.
FSM Function OnAfterElementTaxiing.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
FSM Function OnAfterEngageTarget.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#table Target
Target object. Can be a UNIT, STATIC, GROUP, SET_UNIT or SET_GROUP object.
FSM Function OnAfterFuelCritical.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterFuelLow.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterLandAt.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Set#SET_UNIT TargetUnitSet
FSM Function OnAfterLandAtAirbase.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
FSM Function OnAfterLanded.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase the flight landed.
FSM Function OnAfterLandedAt.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterLanding.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterOutOfMissilesAA.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterOutOfMissilesAG.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterParking.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterRTB.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
#number SpeedTo
Speed used for traveling from current position to holding point in knots. Default 75% of max speed.
#number SpeedHold
Holding speed in knots. Default 250 kts.
#number SpeedLand
Landing speed in knots. Default 170 kts.
FSM Function OnAfterRefuel.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Coordinate
The coordinate.
FSM Function OnAfterRefueled.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterSpawned.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterTakeoff.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterTaxiing.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
FSM Function OnAfterUpdateRoute.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number n
Next waypoint index. Default is the one coming after that one that has been passed last.
#number N
Waypoint Max waypoint index to be included in the route. Default is the final waypoint.
FSM Function OnAfterWait.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Duration
Duration how long the group will be waiting in seconds. Default nil
(=forever).
#number Altitude
Altitude in feet. Default 10,000 ft for airplanes and 1,000 feet for helos.
#number Speed
Speed in knots. Default 250 kts for airplanes and 20 kts for helos.
FSM Function OnBeforeLandAt.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Coordinate
The coordinate where to land. Default is current position.
#number Duration
The duration in seconds to remain on ground. Default 600 sec (10 min).
FSM Function OnBeforeLandAtAirbase.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
FSM Function OnBeforeRTB.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
#number SpeedTo
Speed used for travelling from current position to holding point in knots.
#number SpeedHold
Holding speed in knots.
FSM Function OnBeforeUpdateRoute.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number n
Next waypoint index. Default is the one coming after that one that has been passed last.
#number N
Waypoint Max waypoint index to be included in the route. Default is the final waypoint.
Return value:
#boolean:
Transision allowed?
FSM Function OnBeforeWait.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Duration
Duration how long the group will be waiting in seconds. Default nil
(=forever).
#number Altitude
Altitude in feet. Default 10,000 ft for airplanes and 1,000 feet for helos.
#number Speed
Speed in knots. Default 250 kts for airplanes and 20 kts for helos.
Flightgroup event function handling the crash of a unit.
Flightgroup event function handling the crash of a unit.
Flightgroup event function handling the crash of a unit.
Flightgroup event function handling the crash of a unit.
Flightgroup event function handling the crash of a unit.
Flightgroup event function handling the crash of a unit.
Set the AIRBOSS controlling this flight group.
Defined in:
FLIGHTGROUP
Parameter:
Ops.Airboss#AIRBOSS airboss
The AIRBOSS object.
Return value:
self
Set if aircraft is allowed to use afterburner.
Enable that the group is despawned after holding.
This can be useful to avoid DCS taxi issues with other AI or players or jamming taxiways.
Enable that the group is despawned after landing.
This can be useful to avoid DCS taxi issues with other AI or players or jamming taxiways.
Set the destination airbase.
This is where the flight will go, when the final waypoint is reached.
Defined in:
FLIGHTGROUP
Parameter:
Wrapper.Airbase#AIRBASE DestinationAirbase
The destination airbase.
Return value:
self
Set the FLIGHTCONTROL controlling this flight group.
Defined in:
FLIGHTGROUP
Parameter:
OPS.FlightControl#FLIGHTCONTROL flightcontrol
The FLIGHTCONTROL object.
Return value:
self
Set if critical fuel threshold is reached, flight goes RTB.
Defined in:
FLIGHTGROUP
Parameter:
#boolean switch
If true or nil, flight goes RTB. If false, turn this off.
Return value:
self
Set fuel critical threshold.
Triggers event "FuelCritical" and event function "OnAfterFuelCritical".
Defined in:
FLIGHTGROUP
Parameter:
#number threshold
Fuel threshold in percent. Default 10 %.
Return value:
self
Set if low fuel threshold is reached, flight goes RTB.
Defined in:
FLIGHTGROUP
Parameter:
#boolean switch
If true or nil, flight goes RTB. If false, turn this off.
Return value:
self
Set if low fuel threshold is reached, flight tries to refuel at the neares tanker.
Defined in:
FLIGHTGROUP
Parameter:
#boolean switch
If true or nil, flight goes for refuelling. If false, turn this off.
Return value:
self
Set low fuel threshold.
Triggers event "FuelLow" and calls event function "OnAfterFuelLow".
Defined in:
FLIGHTGROUP
Parameter:
#number threshold
Fuel threshold in percent. Default 25 %.
Return value:
self
Set the homebase.
Defined in:
FLIGHTGROUP
Parameter:
Wrapper.Airbase#AIRBASE HomeAirbase
The home airbase.
Return value:
self
Set if aircraft is allowed to drop empty fuel tanks - set to true to allow, and false to forbid it.
Set if aircraft is allowed to drop weapons to escape danger - set to true to allow, and false to forbid it.
Set if flight is out of Air-Air-Missiles, flight goes RTB.
Defined in:
FLIGHTGROUP
Parameter:
#boolean switch
If true or nil, flight goes RTB. If false, turn this off.
Return value:
self
Set if flight is out of Air-Ground-Missiles, flight goes RTB.
Defined in:
FLIGHTGROUP
Parameter:
#boolean switch
If true or nil, flight goes RTB. If false, turn this off.
Return value:
self
Set if aircraft is not allowed to use afterburner.
Set if group is ready for taxi/takeoff if controlled by a FLIGHTCONTROL
.
Defined in:
FLIGHTGROUP
Parameters:
#boolean ReadyTO
If true
, flight is ready for takeoff.
#number Delay
Delay in seconds before value is set. Default 0 sec.
Return value:
self
Set if aircraft is VTOL capable.
Unfortunately, there is no DCS way to determine this via scripting.
Start an uncontrolled group.
Defined in:
FLIGHTGROUP
Parameter:
#number delay
(Optional) Delay in seconds before the group is started. Default is immediately.
Return value:
self
Check if flight is done, i.e.
- passed the final waypoint,
- no current task
- no current mission
- number of remaining tasks is zero
- number of remaining missions is zero
Defined in:
FLIGHTGROUP
Parameters:
#number delay
Delay in seconds.
#number waittime
Time to wait if group is done.
Check if group got stuck.
This overwrites the OPSGROUP function. Here we only check if stuck whilst taxiing.
Defined in:
FLIGHTGROUP
Parameter:
#boolean Despawn
If true
, despawn group if stuck.
Return value:
#number:
Time in seconds the group got stuck or nil if not stuck.
Function called when flight has reached the holding point.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Group#GROUP group
Group object.
#FLIGHTGROUP flightgroup
Flight group object.
Create player menu.
Defined in:
FLIGHTGROUP
Parameter:
#table rootmenu
ATC root menu table.
Function called when flight finished refuelling.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Group#GROUP group
Group object.
#FLIGHTGROUP flightgroup
Flight group object.
Function called when flight finished waiting.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Group#GROUP group
Group object.
#FLIGHTGROUP flightgroup
Flight group object.
Get the generalized attribute of a group.
Defined in:
FLIGHTGROUP
Return value:
#string:
Generalized attribute of the group.
Get distance to parking spot.
Takes extra care of ships.
Defined in:
FLIGHTGROUP
Parameters:
Parking Spot.
Core.Point#COORDINATE Coordinate
Reference coordinate.
Return value:
#number:
Distance to parking spot in meters.
Size of the bounding box of a DCS object derived from the DCS descriptor table.
If boundinb box is nil, a size of zero is returned.
Defined in:
FLIGHTGROUP
Parameter:
DCS#Object DCSobject
The DCS object for which the size is needed.
Return values:
#number:
Max size of object in meters (length (x) or width (z) components not including height (y)).
#number:
Length (x component) of size.
#number:
Height (y component) of size.
#number:
Width (z component) of size.
Get onboard number.
Defined in:
FLIGHTGROUP
Parameter:
#string unitname
Name of the unit.
Return value:
#string:
Modex.
Get player data.
Returns the unit of a player and the player name.
If the unit does not belong to a player, nil is returned.
Defined in:
FLIGHTGROUP
Parameter:
#string _unitName
Name of the player unit.
Return values:
Get the proper terminal type based on generalized attribute of the group.
Defined in:
FLIGHTGROUP
Parameters:
#FLIGHTGROUP.Attribute _attribute
Generlized attibute of unit.
#number _category
Airbase category.
Return value:
Terminal type for this group.
Initialize group parameters.
Also initializes waypoints if self.waypoints is nil.
Defined in:
FLIGHTGROUP
Parameters:
#table Template
Template used to init the group. Default is self.template
.
#number Delay
Delay in seconds before group is initialized. Default nil
, i.e. instantaneous.
Return value:
self
Init player data.
Defined in:
FLIGHTGROUP
Parameter:
#string PlayerName
Player name.
Return value:
Player data.
Checks if a group has a human player.
Defined in:
FLIGHTGROUP
Parameter:
Wrapper.Group#GROUP group
Aircraft group.
Return value:
#boolean:
If true, human player inside group.
Checks if a human player sits in the unit.
Defined in:
FLIGHTGROUP
Parameter:
Wrapper.Unit#UNIT unit
Aircraft unit.
Return value:
#boolean:
If true, human player inside the unit.
Land at an airbase.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Airbase#AIRBASE airbase
Airbase where the group shall land.
#number SpeedTo
Speed used for travelling from current position to holding point in knots.
#number SpeedHold
Holding speed in knots.
#number SpeedLand
Landing speed in knots. Default 170 kts.
Player menu not implemented.
Defined in:
FLIGHTGROUP
Parameter:
#string groupname
Name of the flight group.
Function called when flight is on final.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Group#GROUP group
Group object.
#FLIGHTGROUP flightgroup
Flight group object.
Player set skill.
Defined in:
FLIGHTGROUP
Parameter:
#string Skill
Skill.
Function called when flight has reached the holding point.
Defined in:
FLIGHTGROUP
Parameters:
Wrapper.Group#GROUP group
Group object.
#FLIGHTGROUP flightgroup
Flight group object.
Set parking spot of element.
Defined in:
FLIGHTGROUP
Parameters:
Ops.OpsGroup#OPSGROUP.Element Element
The element.
Parking Spot.
Set parking spot of element to free
Update menu.
Defined in:
FLIGHTGROUP
Parameter:
#number delay
Delay in seconds.
Triggers the FSM event "Stop" after a delay.
Stops the FLIGHTGROUP and all its event handlers.
Defined in:
FLIGHTGROUP
Parameter:
#number delay
Delay in seconds.
On after "Airborne" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Arrived" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Cruising" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Dead" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Disengage" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Set#SET_UNIT TargetUnitSet
On after "ElementAirborne" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
On after "ElementArrived" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Wrapper.Airbase#AIRBASE airbase
The airbase, where the element arrived.
The Parking spot the element has.
On after "ElementDead" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
On after "ElementDestroyed" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
On after "ElementEngineOn" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
On after "ElementLanded" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Wrapper.Airbase#AIRBASE airbase
The airbase if applicable or nil.
On after "ElementParking" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Parking Spot.
On after "ElementSpawned" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
On after "ElementTakeoff" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
Wrapper.Airbase#AIRBASE airbase
The airbase if applicable or nil.
On after "ElementTaxiing" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsGroup#OPSGROUP.Element Element
The flight group element.
On after "EngageTarget" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#table Target
Target object. Can be a UNIT, STATIC, GROUP, SET_UNIT or SET_GROUP object.
On after "FuelCritical" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "FuelLow" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Holding" event.
Flight arrived at the holding point.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LandAt" event.
Order helicopter to land at a specific point.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Coordinate
The coordinate where to land. Default is current position.
#number Duration
The duration in seconds to remain on ground. Default nil
= forever.
On after "LandAtAirbase" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
On after "Landed" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase the flight landed.
On after "LandedAt" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Landing" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "OutOfMissilesAA" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "OutOfMissilesAG" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Parking" event.
Add flight to flightcontrol of airbase.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "RTB" event.
Order flight to hold at an airbase and wait for signal to land.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
#number SpeedTo
Speed used for traveling from current position to holding point in knots. Default 75% of max speed.
#number SpeedHold
Holding speed in knots. Default 250 kts.
#number SpeedLand
Landing speed in knots. Default 170 kts.
On after "Refuel" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Coordinate
The coordinate.
On after "Refueled" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Spawned" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Takeoff" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase the flight landed.
On after "Taxiing" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "UpdateRoute" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number n
Next waypoint index. Default is the one coming after that one that has been passed last.
#number N
Waypoint Max waypoint index to be included in the route. Default is the final waypoint.
On after "Wait" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Duration
Duration how long the group will be waiting in seconds. Default nil
(=forever).
#number Altitude
Altitude in feet. Default 10,000 ft for airplanes and 1,000 feet for helos.
#number Speed
Speed in knots. Default 250 kts for airplanes and 20 kts for helos.
On before "LandAt" event.
Check we have a helo group.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Coordinate
The coordinate where to land. Default is current position.
#number Duration
The duration in seconds to remain on ground. Default 600 sec (10 min).
On before "LandAtAirbase" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
On before "RTB" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Airbase#AIRBASE airbase
The airbase to hold at.
#number SpeedTo
Speed used for travelling from current position to holding point in knots.
#number SpeedHold
Holding speed in knots.
On before "UpdateRoute" event.
Update route of group, e.g after new waypoints and/or waypoint tasks have been added.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number n
Next waypoint index. Default is the one coming after that one that has been passed last.
#number N
Waypoint Max waypoint index to be included in the route. Default is the final waypoint.
Return value:
#boolean:
Transision allowed?
On before "Wait" event.
Defined in:
FLIGHTGROUP
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Duration
Duration how long the group will be waiting in seconds. Default nil
(=forever).
#number Altitude
Altitude in feet. Default 10,000 ft for airplanes and 1,000 feet for helos.
#number Speed
Speed in knots. Default 250 kts for airplanes and 20 kts for helos.
Field(s)
FLIGHTGROUP players.
Number that counts RTB calls.
Abs. mission time stamp when the group reached the holding point.
Abs. mission time stamp when the group was spawned uncontrolled and is parking.
Type name of the aircraft.
If true, flight is purely AI. If false, flight contains at least one human player.
Ammunition data. Number of Guns, Rockets, Bombs, Missiles.
Max altitude the aircraft can fly at in meters.
Flight control status.
Set current airbase.
If true
, group is despawned after reaching the holding point.
If true
, group is despawned after landed at an airbase.
Fuel critical switch.
RTB on critical fuel switch.
Critical fuel threshold in percent.
Fuel low switch.
RTB on low fuel switch.
Low fuel threshold in percent.
Init done.
Time [s] flight is holding before going on final. Set to nil for indefinitely.
Not dead or destroyed yet.
Helo group.
Flight is ready for takeoff. This is for FLIGHTCONTROL.
Allow (true) or disallow (false) AI to jettison empty fuel tanks.
Allow (true) or disallow (false) AI to jettison weapons if in danger.
Set some string id for output to DCS.log file.
F10 radio menu.
Disallow (true) or allow (false) AI to use the afterburner.
Max range in meters.
The refueling system type (0=boom, 1=probe), if the group can refuel from a tanker.
Cruise speed: 70% of max speed but within limit.
Max speed in km/h.
The refueling system type (0=boom, 1=probe), if the group is a tanker.
Start check zone timer.
Start queue update timer.
Start the status monitoring.
FLIGHTGROUP class version.
Function(s)
Activate a late activated group.
Defined in:
Parameter:
#number delay
(Optional) Delay in seconds before the group is activated. Default is immediately.
Return value:
self
Add a zone that triggers and event if the group enters or leaves any of the zones.
Add mission to queue.
Create a cargo transport assignment.
Defined in:
Parameter:
Ops.OpsTransport#OPSTRANSPORT OpsTransport
The troop transport assignment.
Return value:
self
Add a scheduled task.
Defined in:
Parameters:
#table task
DCS task table structure.
#string clock
Mission time when task is executed. Default in 5 seconds. If argument passed as #number, it defines a relative delay in seconds.
#string description
Brief text describing the task, e.g. "Attack SAM".
#number prio
Priority of the task.
#number duration
Duration before task is cancelled in seconds counted after task started. Default never.
Return value:
The task structure.
Add an enroute task.
Add a waypoint task.
Defined in:
Parameters:
#table task
DCS task table structure.
#OPSGROUP.Waypoint Waypoint
where the task is executed. Default is the at next waypoint.
#string description
Brief text describing the task, e.g. "Attack SAM".
#number prio
Priority of the task. Number between 1 and 100. Default is 50.
#number duration
Duration before task is cancelled in seconds counted after task started. Default never.
Return value:
The task structure.
Add a weapon range for ARTY auftrag.
Defined in:
Parameters:
#number RangeMin
Minimum range in nautical miles. Default 0 NM.
#number RangeMax
Maximum range in nautical miles. Default 10 NM.
#number BitType
Bit mask of weapon type for which the given min/max ranges apply. Default is ENUMS.WeaponFlag.Auto
, i.e. for all weapon types.
Return value:
self
Add weight to the internal cargo of an element of the group.
Defined in:
Parameters:
#string UnitName
Name of the unit. Default is of the whole group.
#number Weight
Cargo weight to be added in kg.
Check if the group can in principle be carrier of a cargo group.
This checks the max cargo capacity of the group but not how much cargo is already loaded (if any). Note that the cargo group cannot be split into units, i.e. the largest cargo bay of any element of the group must be able to load the whole cargo group in one piece.
Defined in:
Parameter:
Cargo data, which needs a carrier.
Return value:
#boolean:
If true
, there is an element of the group that can load the whole cargo group.
Cancel all missions in mission queue that are not already done or cancelled.
Defined in:
Check if task description is unique.
Defined in:
Parameter:
#string description
Task destription
Return value:
#boolean:
If true, no other task has the same description.
Clear DCS tasks.
Clear waypoints.
Defined in:
Parameters:
#number IndexMin
Clear waypoints up to this min WP index. Default 1.
#number IndexMax
Clear waypoints up to this max WP index. Default #self.waypoints
.
Count elements of the group.
Defined in:
Parameter:
#table States
(Optional) Only count elements in specific states. Can also be a single state passed as #string.
Return value:
#number:
Number of elements.
Count remaining missons.
Count the number of tasks that still pending in the queue.
Defined in:
Return values:
#number:
Total number of tasks remaining.
#number:
Number of SCHEDULED tasks remaining.
#number:
Number of WAYPOINT tasks remaining.
Count remaining cargo transport assignments.
Defined in:
Return value:
#number:
Number of unfinished transports in the queue.
Count remaining waypoint tasks.
Defined in:
Parameters:
#number uid
Unique waypoint ID.
id
Return value:
#number:
Number of waypoint tasks.
Deactivate the group.
Group will be respawned in late activated state.
Defined in:
Parameter:
#number delay
(Optional) Delay in seconds before the group is deactivated. Default is immediately.
Return value:
self
Delete a cargo transport assignment from the cargo queue.
Defined in:
Parameter:
Ops.OpsTransport#OPSTRANSPORT CargoTransport
Cargo transport do be deleted.
Return value:
self
Despawn the group.
The whole group is despawned and a "Remove Unit
" event is generated for all current units of the group.
If no Remove Unit
event should be generated, the second optional parameter needs to be set to true
.
If this group belongs to an AIRWING, BRIGADE or FLEET, it will be added to the warehouse stock if the NoEventRemoveUnit
parameter is false
or nil
.
Defined in:
Parameters:
#number Delay
Delay in seconds before the group will be despawned. Default immediately.
#boolean NoEventRemoveUnit
If true
, no event "Remove Unit" is generated.
Return value:
self
Despawn an element/unit of the group.
Defined in:
Parameters:
#OPSGROUP.Element Element
The element that will be despawned.
#number Delay
Delay in seconds before the element will be despawned. Default immediately.
#boolean NoEventRemoveUnit
If true, no event "Remove Unit" is generated.
Return value:
self
Despawn a unit of the group.
A "Remove Unit" event is generated by default.
Defined in:
Parameters:
#string UnitName
Name of the unit
#number Delay
Delay in seconds before the group will be despawned. Default immediately.
#boolean NoEventRemoveUnit
If true, no event "Remove Unit" is generated.
Return value:
self
Destroy group.
The whole group is despawned and a Unit Lost for aircraft or Dead event for ground/naval units is generated for all current units.
Defined in:
Parameter:
#number Delay
Delay in seconds before the group will be destroyed. Default immediately.
Return value:
self
Destroy a unit of the group.
A Unit Lost for aircraft or Dead event for ground/naval units is generated.
Defined in:
Parameters:
#string UnitName
Name of the unit which should be destroyed.
#number Delay
Delay in seconds before the group will be destroyed. Default immediately.
Return value:
self
Find carrier for cargo by evaluating the free cargo bay storage.
Defined in:
Parameter:
#number Weight
Weight of cargo in kg.
Return value:
Carrier able to transport the cargo.
Get 2D distance to a coordinate.
Defined in:
Parameter:
Core.Point#COORDINATE Coordinate
Can also be a DCS#Vec2 or DCS#Vec3.
Return value:
#number:
Distance in meters.
Get current Alarm State of the group.
Set current altitude.
Get inital amount of ammunition.
Get the number of shells a unit or group currently has.
For a group the ammo count of all units is summed up.
Get total amount of ammunition of the whole group.
Get the number of shells a unit or group currently has.
For a group the ammo count of all units is summed up.
Defined in:
Parameters:
Wrapper.Unit#UNIT unit
The unit object.
#boolean display
Display ammo table as message to all. Default false.
Return value:
Ammo data.
Get generalized attribute.
Get current TACAN parameters.
Get callsign of the first element alive.
Defined in:
Parameters:
#boolean ShortCallsign
If true, append major flight number only
#boolean Keepnumber
(Player only) If true, and using a customized callsign in the #GROUP name after an #-sign, use all of that information.
#table CallsignTranslations
(optional) Translation table between callsigns
Return value:
#string:
Callsign name, e.g. Uzi11, or "Ghostrider11".
Get all groups currently loaded as cargo.
Defined in:
Parameter:
#string CarrierName
(Optional) Only return cargo groups loaded into a particular carrier unit.
Return value:
#table:
Cargo ops groups.
Get OPSGROUPs in the cargo bay.
Get coalition.
Get current coordinate of the group.
If the current position cannot be determined, the last known position is returned.
Defined in:
Parameters:
#boolean NewObject
Create a new coordiante object.
#string UnitName
(Optional) Get position of a specifc unit of the group. Default is the first existing unit in the group.
Return value:
The coordinate (of the first unit) of the group.
Get a coordinate, which is in weapon range.
Defined in:
Parameters:
Core.Point#COORDINATE TargetCoord
Coordinate of the target.
#number WeaponBitType
Weapon type.
Core.Point#COORDINATE RefCoord
Reference coordinate.
Return value:
Coordinate in weapon range
Get default cruise speed.
Get DCS GROUP object.
Get DCS group object.
Get DCS GROUP object.
Defined in:
Parameter:
#number UnitNumber
Number of the unit in the group. Default first unit.
Return value:
DCS group object.
Get DCS units.
Get set of detected groups.
Get set of detected units.
Get distance to waypoint.
Defined in:
Parameter:
#number indx
Waypoint index. Default is the next waypoint.
Return value:
#number:
Distance in meters.
Get current EPLRS state.
Get the first element of a group, which is alive.
Defined in:
Return value:
The element or #nil
if no element is alive any more.
Get the element of a group.
Defined in:
Parameter:
#string unitname
Name of unit.
Return value:
The element.
Get the bounding box of the element.
Defined in:
Parameter:
#string UnitName
Name of unit.
Return value:
Bounding box polygon zone.
Get the loading zone of the element.
Defined in:
Parameter:
#string UnitName
Name of unit.
Return value:
Bounding box polygon zone.
Get the unloading zone of the element.
Defined in:
Parameter:
#string UnitName
Name of unit.
Return value:
Bounding box polygon zone.
Get current emission state.
Returns the currently expected speed.
Get free cargo bay weight.
Defined in:
Parameters:
#string UnitName
Name of the unit. Default is of the whole group.
#boolean IncludeReserved
If false
, cargo weight that is only reserved is not counted. By default (true
or nil
), the reserved cargo is included.
Return value:
#number:
Free cargo bay in kg.
Get max weight of cargo (group) this group can load.
This is the largest free cargo bay of any (not dead) element of the group. Optionally, you can calculate the current max weight possible, which accounts for currently loaded cargo.
Defined in:
Parameter:
#boolean Currently
If true, calculate the max weight currently possible in case there is already cargo loaded.
Return value:
#number:
Max weight in kg.
Get relative free cargo bay in percent.
Defined in:
Parameters:
#string UnitName
Name of the unit. Default is of the whole group.
#boolean IncludeReserved
If false
, cargo weight that is only reserved is not counted. By default (true
or nil
), the reserved cargo is included.
Return value:
#number:
Free cargo bay in percent.
Get MOOSE GROUP object.
Get current heading of the group or (optionally) of a specific unit of the group.
Defined in:
Parameter:
#string UnitName
(Optional) Get heading of a specific unit of the group. Default is from the first existing unit in the group.
Return value:
#number:
Current heading of the group in degrees.
Get highest threat.
Defined in:
Return values:
Get LASER code.
Get current LASER coordinate, i.e.
where the beam is pointing at if the LASER is on.
Defined in:
Return value:
Current position where the LASER is pointing at.
Get current target of the LASER.
This can be a STATIC or UNIT object.
Defined in:
Return value:
Current target object.
Returns the absolute total life points of the group.
Defined in:
Parameter:
#OPSGROUP.Element Element
(Optional) Only get life points of this element.
Return values:
#number:
Life points, i.e. the sum of life points over all units in the group (unless a specific element was passed).
#number:
Initial life points.
Get mission by its id (auftragsnummer).
Defined in:
Parameter:
#number id
Mission id (auftragsnummer).
Return value:
The mission.
Get mission by its task id.
Defined in:
Parameter:
#number taskid
The id of the (waypoint) task of the mission.
Return value:
The mission.
Get current mission.
Get the group name.
Get number of elements alive.
Defined in:
Parameter:
#string status
(Optional) Only count number, which are in a special status.
Return value:
#number:
Number of elements.
Get coordinate of next waypoint of the group.
Defined in:
Parameter:
#boolean cyclic
If true, return first waypoint if last waypoint was reached.
Return value:
Coordinate of the next waypoint.
Get cargo transport assignment from the cargo queue by its unique ID.
Defined in:
Parameter:
#number uid
Unique ID of the transport
Return value:
Transport.
Get current orientation of the group.
Defined in:
Parameter:
#string UnitName
(Optional) Get orientation of a specific unit of the group. Default is the first existing unit of the group.
Return values:
Get current "X" orientation of the first unit in the group.
Defined in:
Parameter:
#string UnitName
(Optional) Get orientation of a specific unit of the group. Default is the first existing unit of the group.
Return value:
Orientation X parallel to where the "nose" is pointing.
Get current ROE of the group.
Get current ROT of the group.
Get current Radio frequency and modulation.
Defined in:
Return values:
#number:
Radio frequency in MHz or nil.
#number:
Radio modulation or nil.
#boolean:
If true, the radio is on. Otherwise, radio is turned off.
Get default cruise speed.
Returns a non-zero speed to the next waypoint (even if the waypoint speed is zero).
Defined in:
Parameter:
#number indx
Waypoint index.
Return value:
#number:
Speed to next waypoint (>0) in knots.
Get current TACAN parameters.
Defined in:
Return values:
#number:
TACAN channel.
#string:
TACAN Morse code.
#string:
TACAN band ("X" or "Y").
#boolean:
TACAN is On (true) or Off (false).
#string:
UnitName Name of the unit acting as beacon.
Get task by its id.
Defined in:
Parameters:
#number id
Task id.
#string status
(Optional) Only return tasks with this status, e.g. OPSGROUP.TaskStatus.SCHEDULED.
Return value:
The task or nil.
Get the currently executed task if there is any.
Get the unfinished waypoint tasks
Defined in:
Parameter:
#number id
Unique waypoint ID.
Return value:
#table:
Table of tasks. Table could also be empty {}.
Get highest detected threat.
Detection must be turned on. The threat level is a number between 0 and 10, where 0 is the lowest, e.g. unarmed units.
Defined in:
Parameters:
#number ThreatLevelMin
Only consider threats with level greater or equal to this number. Default 1 (so unarmed units wont be considered).
#number ThreatLevelMax
Only consider threats with level smaller or queal to this number. Default 10.
Return values:
Highest threat unit detected by the group or nil
if no threat is currently detected.
#number:
Threat level.
Get time to waypoint based on current velocity.
Defined in:
Parameter:
#number indx
Waypoint index. Default is the next waypoint.
Return value:
#number:
Time in seconds. If velocity is 0
Get MOOSE UNIT object.
Defined in:
Parameter:
#number UnitNumber
Number of the unit in the group. Default first unit.
Return value:
The MOOSE UNIT object.
Get relative used (loaded) cargo bay in percent.
Defined in:
Parameters:
#string UnitName
Name of the unit. Default is of the whole group.
#boolean IncludeReserved
If false
, cargo weight that is only reserved is not counted. By default (true
or nil
), the reserved cargo is included.
Return value:
#number:
Used cargo bay in percent.
Get current 2D position vector of the group.
Defined in:
Parameter:
#string UnitName
(Optional) Get position of a specifc unit of the group. Default is the first existing unit in the group.
Return value:
Vector with x,y components.
Get current 3D position vector of the group.
Defined in:
Parameter:
#string UnitName
(Optional) Get position of a specifc unit of the group. Default is the first existing unit in the group.
Return value:
Vector with x,y,z components.
Get current velocity of the group.
Defined in:
Parameter:
#string UnitName
(Optional) Get velocity of a specific unit of the group. Default is from the first existing unit in the group.
Return value:
#number:
Velocity in m/s.
Get waypoint.
Defined in:
Parameter:
#number indx
Waypoint index.
Return value:
Waypoint table.
Get the waypoint from its unique ID.
Defined in:
Parameter:
#number uid
Waypoint unique ID.
Return value:
Waypoint data.
Get the waypoint from its index.
Defined in:
Parameter:
#number index
Waypoint index.
Return value:
Waypoint data.
Get waypoint coordinates.
Defined in:
Parameter:
#number index
Waypoint index.
Return value:
Coordinate of the next waypoint.
Get current waypoint.
Get current waypoint UID.
Get final waypoint.
Get unique ID of waypoint given its index.
Defined in:
Parameter:
#number indx
Waypoint index.
Return value:
#number:
Unique ID.
Get the waypoint index (its position in the current waypoints table).
Defined in:
Parameter:
#number uid
Waypoint unique ID.
Return value:
Waypoint data.
Get waypoint index after waypoint with given ID.
So if the waypoint has index 3 it will return 4.
Defined in:
Parameter:
#number uid
Unique ID of the waypoint. Default is new waypoint index after the last current one.
Return value:
#number:
Index after waypoint with given ID.
Get current waypoint index.
This is the index of the last passed waypoint.
Get next waypoint index.
Defined in:
Parameters:
#boolean cyclic
If true
, return first waypoint if last waypoint was reached. Default is patrol ad infinitum value set.
#number i
Waypoint index from which the next index is returned. Default is the last waypoint passed.
Return value:
#number:
Next waypoint index.
Get next waypoint.
Defined in:
Parameter:
#boolean cyclic
If true, return first waypoint if last waypoint was reached.
Return value:
Next waypoint table.
Get waypoint speed.
Defined in:
Parameter:
#number indx
Waypoint index.
Return value:
#number:
Speed set at waypoint in knots.
Get unique ID of waypoint.
Defined in:
Parameter:
#OPSGROUP.Waypoint waypoint
The waypoint data table.
Return value:
#number:
Unique ID.
Get the waypoint UID from its index, i.e.
its current position in the waypoints table.
Defined in:
Parameter:
#number index
Waypoint index.
Return value:
#number:
Unique waypoint ID.
Get the waypoints.
Get weapon data.
Defined in:
Parameter:
#number BitType
Type of weapon.
Return value:
Weapon range data.
Get weight of the internal cargo the group is carriing right now.
Defined in:
Parameters:
#string UnitName
Name of the unit. Default is of the whole group.
#boolean IncludeReserved
If false
, cargo weight that is only reserved is not counted. By default (true
or nil
), the reserved cargo is included.
Return value:
#number:
Cargo weight in kg.
Get max weight of the internal cargo the group can carry.
Optionally, the max cargo weight of a specific unit can be requested.
Defined in:
Parameter:
#string UnitName
Name of the unit. Default is of the whole group.
Return value:
#number:
Max cargo weight in kg. This does not include any cargo loaded or reserved currently.
Get total weight of the group including cargo.
Optionally, the total weight of a specific unit can be requested.
Defined in:
Parameters:
#string UnitName
Name of the unit. Default is of the whole group.
#boolean IncludeReserved
If false
, cargo weight that is only reserved is not counted. By default (true
or nil
), the reserved cargo is included.
Return value:
#number:
Total weight in kg.
Check if an element of the group has line of sight to a coordinate.
Defined in:
Parameters:
Core.Point#COORDINATE Coordinate
The position to which we check the LoS. Can also be a DCS#Vec3.
#OPSGROUP.Element Element
The (optinal) element. If not given, all elements are checked.
DCS#Vec3 OffsetElement
Offset vector of the element.
DCS#Vec3 OffsetCoordinate
Offset vector of the coordinate.
Return value:
#boolean:
If true
, there is line of sight to the specified coordinate.
Check if this group has passed its final waypoint.
Defined in:
Return value:
#boolean:
If true, this group has passed the final waypoint.
Returns true if the DCS controller currently has a task.
Defined in:
Return value:
#boolean:
True or false if the controller has a task. Nil if no controller.
Check if a given coordinate is in weapon range.
Defined in:
Parameters:
Core.Point#COORDINATE TargetCoord
Coordinate of the target.
#number WeaponBitType
Weapon type.
Core.Point#COORDINATE RefCoord
Reference coordinate.
Return value:
#boolean:
If true
, coordinate is in range.
Check if group is activated.
Defined in:
Return value:
#boolean:
If true, the group exists or false if the group does not exist. If nil, the DCS group could not be found.
Check if group is alive.
Defined in:
Return value:
#boolean:
true if group is exists and is activated, false if group is exist but is NOT activated. nil otherwise, e.g. the GROUP object is nil or the group is not spawned yet.
Check if this is a ARMYGROUP.
Check if awaiting a transport lift.
Defined in:
Parameter:
Ops.OpsTransport#OPSTRANSPORT Transport
(Optional) The transport.
Return value:
#boolean:
If true, group is awaiting transport lift..
Check if the group is currently boarding a carrier.
Defined in:
Parameter:
#string CarrierGroupName
(Optional) Additionally check if group is boarding this particular carrier group.
Return value:
#boolean:
If true, group is boarding.
Check if the group is currently busy doing something.
- Boarding
- Rearming
- Returning
- Pickingup, Loading, Transporting, Unloading
- Engageing
Check if the group is assigned as cargo.
Defined in:
Parameter:
#boolean CheckTransport
If true
or nil
, also check if cargo is associated with a transport assignment. If not, we consider it not cargo.
Return value:
#boolean:
If true, group is cargo.
Check if the group is a carrier.
Check if group is dead.
Could be destroyed or despawned. FSM state of dead group is InUtero
though.
Defined in:
Return value:
#boolean:
If true, all units/elements of the group are dead.
Check if group was destroyed.
Defined in:
Return value:
#boolean:
If true, all units/elements of the group were destroyed.
Check if the group is engaging another unit or group.
Check if group is exists.
Defined in:
Return value:
#boolean:
If true, the group exists or false if the group does not exist. If nil, the DCS group could not be found.
Check if this is a FLIGHTGROUP.
Defined in:
Return value:
#boolean:
If true, this is an airplane or helo group.
Check if group is in state in utero.
Note that dead groups are also in utero but will return false
here.
Check if group is currently inside a zone.
Defined in:
Parameter:
Core.Zone#ZONE Zone
The zone.
Return value:
#boolean:
If true, group is in this zone
Check if the group has currently switched a LASER on.
Check if this group is currently "late activated" and needs to be "activated" to appear in the mission.
Check if the group is currently loaded into a carrier.
Defined in:
Parameter:
#string CarrierGroupName
(Optional) Additionally check if group is loaded into a particular carrier group(s).
Return value:
#boolean:
If true, group is loaded.
Check if the group is loading cargo.
Check if a given mission is already in the queue.
Defined in:
Parameter:
Ops.Auftrag#AUFTRAG Mission
the mission to check
Return value:
#boolean:
If true
, the mission is in the queue.
Check if a given mission type is already in the queue.
Defined in:
Parameter:
#string MissionType
MissionType Type of mission.
Return value:
#boolean:
If true
, the mission type is in the queue.
Check if this is a NAVYGROUP.
Check if the group is not cargo.
Defined in:
Parameter:
#boolean CheckTransport
If true
or nil
, also check if cargo is associated with a transport assignment. If not, we consider it not cargo.
Return value:
#boolean:
If true, group is not cargo.
Check if the group is not a carrier yet.
Check if group is currently on a mission.
Defined in:
Parameter:
#number MissionUID
(Optional) Check if group is currently on a mission with this UID. Default is to check for any current mission.
Return value:
#boolean:
If true
, group is currently on a mission.
Check if the group is completely out of ammo.
Check if the group is out of bombs.
Check if the group is out of guns.
Check if the group is out of missiles.
Check if the group is out of torpedos.
Check if the group is picking up cargo.
Check if the group is currently rearming or on its way to the rearming place.
Check if the group is retreated (has reached its retreat zone).
Check if the group is currently retreating or retreated.
Defined in:
Return value:
#boolean:
If true, group is retreating or retreated.
Check if the group is currently returning to a zone.
Check if group is in state spawned.
Check if FSM is stopped.
Check if target is detected.
Defined in:
Parameter:
Wrapper.Positionable#POSITIONABLE TargetObject
The target object.
Return value:
#boolean:
If true
, target was detected.
Check if the group is transporting cargo.
Check if this group is currently "uncontrolled" and needs to be "started" to begin its route.
Check if the group is unloading cargo.
Check if group is currently waiting.
Set detection on or off.
If detection is on, detected targets of the group will be evaluated and FSM events triggered.
Defined in:
Parameters:
Wrapper.Positionable#POSITIONABLE TargetObject
The target object.
#boolean KnowType
Make type known.
#boolean KnowDist
Make distance known.
#number Delay
Delay in seconds before the target is known.
Return value:
self
Mark waypoints on F10 map.
Defined in:
Parameter:
#number Duration
Duration in seconds how long the waypoints are displayed before they are automatically removed. Default is that they are never removed.
Return value:
self
Triggers the FSM event "MissionCancel".
Triggers the FSM event "MissionDone".
Triggers the FSM event "MissionExecute".
Triggers the FSM event "MissionStart".
Create a new OPSGROUP class object.
Defined in:
Parameter:
Wrapper.Group#GROUP group
The GROUP object. Can also be given by its group name as #string
.
Return value:
self
Create a scheduled task.
Defined in:
Parameters:
#table task
DCS task table structure.
#string clock
Mission time when task is executed. Default in 5 seconds. If argument passed as #number, it defines a relative delay in seconds.
#string description
Brief text describing the task, e.g. "Attack SAM".
#number prio
Priority of the task.
#number duration
Duration before task is cancelled in seconds counted after task started. Default never.
Return value:
The task structure.
On After "DetectedGroup" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Group#Group Group
Detected Group.
On After "DetectedGroupKnown" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Group#Group Group
Known detected group.
On After "DetectedGroupLost" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Group#Group Group
Lost detected group.
On After "DetectedGroupNew" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Group#Group Group
Newly detected group.
On After "DetectedUnit" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#Unit Unit
Detected Unit.
On After "DetectedUnitKnown" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#Unit Unit
Known detected unit.
On After "DetectedUnitLost" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#Unit Unit
Lost detected unit.
On After "DetectedUnitNew" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#Unit Unit
Newly detected unit.
On after "HoverEnd" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "HoverStart" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "MissionCancel" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission.
On after "MissionDone" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission.
On after "MissionExecute" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission.
On after "MissionStart" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission.
On after "TransportCancel" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsTransport#OPSTRANSPORT Transport
The transport.
Event function handling the birth of a unit.
Event function handling the dead of a unit.
Event function handling the hit of a unit.
Event function handling the event that a unit achieved a kill.
Event function handling when a unit is removed from the game.
Event function handling when a unit is removed from the game.
Push DCS task.
Defined in:
Parameter:
#table DCSTask
DCS task structure.
Return value:
self
Send a radio transmission via SRS Text-To-Speech.
Defined in:
Parameters:
#string Text
Text of transmission.
#number Delay
Delay in seconds before the transmission is started.
#boolean SayCallsign
If true
, the callsign is prepended to the given text. Default false
.
#number Frequency
Override sender frequency, helpful when you need multiple radios from the same sender. Default is the frequency set for the OpsGroup.
Return value:
self
Reduce weight to the internal cargo of an element of the group.
Defined in:
Parameters:
#string UnitName
Name of the unit.
#number Weight
Cargo weight to be reduced in kg.
Remove mission from queue.
Remove task from task queue.
Defined in:
Parameter:
#OPSGROUP.Task Task
The task to be removed from the queue.
Return value:
#boolean:
True if task could be removed.
Remove a waypoint.
Defined in:
Parameter:
#number wpindex
Waypoint number.
Return value:
self
Remove a waypoint with a ceratin UID.
Defined in:
Parameter:
#number uid
Waypoint UID.
Return value:
self
Remove waypoints markers on the F10 map.
Defined in:
Parameter:
#number Delay
Delay in seconds before the markers are removed. Default is immediately.
Return value:
self
Return group back to the legion it belongs to.
Group is despawned and added back to the stock.
Defined in:
Parameter:
#number Delay
Delay in seconds before the group will be despawned. Default immediately
Return value:
self
Route group along waypoints.
Defined in:
Parameters:
#table waypoints
Table of waypoints.
#number delay
Delay in seconds.
Return value:
self
Route group to mission.
Defined in:
Parameters:
Ops.Auftrag#AUFTRAG mission
The mission table.
#number delay
Delay in seconds.
Self destruction of group.
An explosion is created at the position of each element.
Defined in:
Parameters:
#number Delay
Delay in seconds. Default now.
#number ExplosionPower
(Optional) Explosion power in kg TNT. Default 100 kg.
#string ElementName
Name of the element that should be destroyed. Default is all elements.
Return value:
self
Set current altitude.
Defined in:
Parameters:
#number Altitude
Altitude in feet. Default is 10,000 ft for airplanes and 1,500 feet for helicopters.
#boolean Keep
If true
the group will maintain that speed on passing waypoints. If nil
or false
the group will return to the speed as defined by their route.
RadarAlt
Return value:
self
Set max weight that each unit of the group can handle.
Defined in:
Parameters:
#number Weight
Max weight of cargo in kg the unit can carry.
#string UnitName
Name of the Unit. If not given, weight is set for all units of the group.
Return value:
self
Set that this carrier is an all aspect loader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a back loader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a front loader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a port (left side) loader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a starboard (right side) loader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is an all aspect unloader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a back unloader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a front unloader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a port (left side) unloader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Set that this carrier is a starboard (right side) unloader.
Defined in:
Parameters:
#number Length
Length of loading zone in meters. Default 50 m.
#number Width
Width of loading zone in meters. Default 20 m.
Return value:
self
Define a SET of zones that trigger and event if the group enters or leaves any of the zones.
Set the default Alarm State for the group.
This is the state gets when the group is spawned or to which it defaults back after a mission.
Defined in:
Parameter:
#number alarmstate
Alarm state of group. Default is AI.Option.Ground.val.ALARM_STATE.AUTO
(0).
Return value:
self
Set default cruise altitude.
Defined in:
Parameter:
#number Altitude
Altitude in feet. Default is 10,000 ft for airplanes and 1,500 feet for helicopters.
Return value:
self
Set default callsign.
Defined in:
Parameters:
#number CallsignName
Callsign name.
#number CallsignNumber
Callsign number. Default 1.
Return value:
self
Set the default EPLRS for the group.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
, EPLRS is on by default. If false
default EPLRS setting is off. If nil
, default is on if group has EPLRS and off if it does not have a datalink.
Return value:
self
Set the default emission state for the group.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
, EPLRS is on by default. If false
default EPLRS setting is off. If nil
, default is on if group has EPLRS and off if it does not have a datalink.
Return value:
self
Set default formation.
Defined in:
Parameter:
#number Formation
The formation the groups flies in.
Return value:
self
Set default ICLS parameters.
Defined in:
Parameters:
#number Channel
ICLS channel. Default is 1.
#string Morse
Morse code. Default "XXX".
#string UnitName
Name of the unit acting as beacon.
#boolean OffSwitch
If true, TACAN is off by default.
Return value:
self
Set the default immortal for the group.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
, group is immortal by default.
Return value:
self
Set the default invisible for the group.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
, group is ivisible by default.
Return value:
self
Set the default ROE for the group.
This is the ROE state gets when the group is spawned or to which it defaults back after a mission.
Defined in:
Parameter:
#number roe
ROE of group. Default is ENUMS.ROE.ReturnFire
.
Return value:
self
Set the default ROT for the group.
This is the ROT state gets when the group is spawned or to which it defaults back after a mission.
Defined in:
Parameter:
#number rot
ROT of group. Default is ENUMS.ROT.PassiveDefense
.
Return value:
self
Set default Radio frequency and modulation.
Defined in:
Parameters:
#number Frequency
Radio frequency in MHz. Default 251 MHz.
#number Modulation
Radio modulation. Default radio.modulation.AM
.
#boolean OffSwitch
If true, radio is OFF by default.
Return value:
self
Set default cruise speed.
Defined in:
Parameter:
#number Speed
Speed in knots.
Return value:
self
Set default TACAN parameters.
Defined in:
Parameters:
#number Channel
TACAN channel. Default is 74.
#string Morse
Morse code. Default "XXX".
#string UnitName
Name of the unit acting as beacon.
#string Band
TACAN mode. Default is "X" for ground and "Y" for airborne units.
#boolean OffSwitch
If true, TACAN is off by default.
Return value:
self
Set detection on or off.
If detection is on, detected targets of the group will be evaluated and FSM events triggered.
Defined in:
Parameter:
#boolean Switch
If true
, detection is on. If false
or nil
, detection is off. Default is off.
Return value:
self
Disable to automatically engage detected targets.
Enable to automatically engage detected targets.
Defined in:
Parameters:
#number RangeMax
Max range in NM. Only detected targets within this radius from the group will be engaged. Default is 25 NM.
#table TargetTypes
Types of target attributes that will be engaged. See DCS enum attributes. Default "All".
Core.Set#SET_ZONE EngageZoneSet
Set of zones in which targets are engaged. Default is anywhere.
Core.Set#SET_ZONE NoEngageZoneSet
Set of zones in which targets are not engaged. Default is nowhere.
Return value:
self
Set LASER parameters.
Defined in:
Parameters:
#number Code
Laser code. Default 1688.
#boolean CheckLOS
Check if lasing unit has line of sight to target coordinate. Default is true
.
#boolean IROff
If true, then dont switch on the additional IR pointer.
#number UpdateTime
Time interval in seconds the beam gets up for moving targets. Default every 0.5 sec.
Return value:
self
Set LASER target.
Defined in:
Parameter:
The target to lase. Can also be a COORDINATE object.
Set that group is going to rearm once it runs out of ammo.
Set that group is retreating once it runs out of ammo.
Set that group is return to legion once it runs out of ammo.
[GROUND, NAVAL] Set whether this group should return to its legion once all mission etc are finished.
Only for ground and naval groups. Aircraft will
Defined in:
Parameter:
#boolean Switch
If true
or nil
, group will return. If false
, group will not return and stay where it finishes its last mission.
Return value:
self
Use SRS Simple-Text-To-Speech for transmissions.
Defined in:
Parameters:
#string PathToSRS
Path to SRS directory.
#string Gender
Gender: "male" or "female" (default).
#string Culture
Culture, e.g. "en-GB" (default).
#string Voice
Specific voice. Overrides Gender
and Culture
.
#number Port
SRS port. Default 5002.
#string PathToGoogleKey
Full path to the google credentials JSON file, e.g. "C:\Users\myUsername\Downloads\key.json"
.
#string Label
Label of the SRS comms for the SRS Radio overlay. Defaults to "ROBOT". No spaces allowed!
#number Volume
Volume to be set, 0.0 = silent, 1.0 = loudest. Defaults to 1.0
Return value:
self
Set current speed.
Defined in:
Parameters:
#number Speed
Speed in knots. Default is 70% of max speed.
#boolean Keep
If true
the group will maintain that speed on passing waypoints. If nil
or false
the group will return to the speed as defined by their route.
#boolean AltCorrected
If true
, use altitude corrected indicated air speed.
Return value:
self
Set DCS task.
Enroute tasks are injected automatically.
Defined in:
Parameter:
#table DCSTask
DCS task structure.
Return value:
self
Set verbosity level.
Defined in:
Parameter:
#number VerbosityLevel
Level of output (higher=more). Default 0.
Return value:
self
Triggers the FSM event "Stop".
Stops the OPSGROUP and all its event handlers.
Defined in:
Set current Alarm State of the group.
- 0 = "Auto"
- 1 = "Green"
- 2 = "Red"
Defined in:
Parameter:
#number alarmstate
Alarm state of group. Default is 0="Auto".
Return value:
self
Switch to a specific callsign.
Defined in:
Parameters:
#number CallsignName
Callsign name.
#number CallsignNumber
Callsign number.
Return value:
self
Switch EPLRS datalink on or off.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
or nil
, switch EPLRS on. If false
EPLRS switched off.
Return value:
self
Switch emission on or off.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
or nil
, switch emission on. If false
emission switched off.
Return value:
self
Switch to a specific formation.
Defined in:
Parameter:
#number Formation
New formation the group will fly in. Default is the setting of SetDefaultFormation()
.
Return value:
self
Activate/switch ICLS beacon settings.
Defined in:
Parameters:
#number Channel
ICLS Channel. Default is what is set in SetDefaultICLS()
so usually channel 1.
#string Morse
ICLS morse code. Default is what is set in SetDefaultICLS()
so usually "XXX".
#string UnitName
Name of the unit in the group which should activate the ICLS beacon. Can also be given as #number to specify the unit number. Default is the first unit of the group.
Return value:
self
Switch immortality on or off.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
or nil
, switch immortality on. If false
immortality switched off.
Return value:
self
Switch invisibility on or off.
Defined in:
Parameter:
#boolean OnOffSwitch
If true
or nil
, switch invisibliity on. If false
invisibility switched off.
Return value:
self
Set current ROE for the group.
Defined in:
Parameter:
#string roe
ROE of group. Default is value set in SetDefaultROE
(usually ENUMS.ROE.ReturnFire
).
Return value:
self
Set ROT for the group.
Defined in:
Parameter:
#string rot
ROT of group. Default is value set in :SetDefaultROT
(usually ENUMS.ROT.PassiveDefense
).
Return value:
self
Turn radio on or switch frequency/modulation.
Defined in:
Parameters:
#number Frequency
Radio frequency in MHz. Default is value set in SetDefaultRadio
(usually 251 MHz).
#number Modulation
Radio modulation. Default is value set in SetDefaultRadio
(usually radio.modulation.AM
).
Return value:
self
Activate/switch TACAN beacon settings.
Defined in:
Parameters:
#number Channel
TACAN Channel.
#string Morse
TACAN morse code. Default is the value set in OPSGROUP.SetDefaultTACAN or if not set "XXX".
#string UnitName
Name of the unit in the group which should activate the TACAN beacon. Can also be given as #number to specify the unit number. Default is the first unit of the group.
#string Band
TACAN channel mode "X" or "Y". Default is "Y" for aircraft and "X" for ground and naval groups.
Return value:
self
Teleport the group to a different location.
Defined in:
Parameters:
Core.Point#COORDINATE Coordinate
Coordinate where the group is teleported to.
#number Delay
Delay in seconds before respawn happens. Default 0.
#boolean NoPauseMission
If true
, dont pause a running mission.
Return value:
self
Triggers the FSM event "TransportCancel".
Deactivate ICLS beacon.
Turn radio off.
Deactivate TACAN beacon.
Add OPSGROUP to cargo bay of a carrier.
Defined in:
Parameters:
#OPSGROUP CargoGroup
Cargo group.
#OPSGROUP.Element CarrierElement
The element of the carrier.
#boolean Reserved
Only reserve the cargo bay space.
FLIGHTGROUP:_AddCargobayStorage(CarrierElement, CargoUID, StorageType, StorageAmount, StorageWeight)
Add warehouse storage to cargo bay of a carrier.
Defined in:
Parameters:
#OPSGROUP.Element CarrierElement
The element of the carrier.
#number CargoUID
UID of the cargo data.
#string StorageType
Storage type.
#number StorageAmount
Storage amount.
#number StorageWeight
Weight of a single storage item in kg.
Add a unit/element to the OPS group.
Defined in:
Parameter:
#string unitname
Name of unit.
Return value:
The element or nil.
Add storage to cargo bay of a carrier.
Defined in:
Parameters:
#OPSGROUP.MyCargo MyCargo
My cargo.
#OPSGROUP.Element CarrierElement
The element of the carrier.
Check if awaiting a transport.
Initialize Mission Editor waypoints.
Defined in:
Parameters:
#OPSGROUP.Waypoint waypoint
Waypoint data.
#number wpnumber
Waypoint index/number. Default is as last waypoint.
Check if all elements of the group have the same status (or are dead).
Check if all elements of the group have the same status (or are dead).
Defined in:
Parameter:
#string status
Status to check.
Return value:
#boolean:
If true, all elements have a similar status.
Check ammo is full.
Check cargo transport assignments.
Check damage.
Check if all cargo of this transport assignment was delivered.
Defined in:
Parameter:
Ops.OpsTransport#OPSTRANSPORT CargoTransport
The next due cargo transport or nil
.
Return value:
#boolean:
If true, all cargo was delivered.
Check if all cargo of this transport assignment was delivered.
Defined in:
Parameter:
Ops.OpsTransport#OPSTRANSPORT CargoTransport
The next due cargo transport or nil
.
Return value:
#boolean:
If true, all cargo was delivered.
Check if passed the final waypoint and, if necessary, update route.
Get coordinate from an object.
Defined in:
Parameter:
Wrapper.Object#OBJECT Object
The object.
Return value:
The coordinate of the object.
Count paused mission.
Add OPSGROUP to cargo bay of a carrier.
Defined in:
Parameters:
#number CargoUID
UID of the cargo data.
#OPSGROUP OpsGroup
Cargo group.
#string StorageType
Storage type.
#number StorageAmount
Storage amount.
#number StorageWeight
Weight of a single storage item in kg.
Return value:
My cargo object.
Enhance waypoint table.
Defined in:
Parameters:
#OPSGROUP.Waypoint Waypoint
data.
waypoint
Return value:
Modified waypoint data.
Remove OPSGROUP from cargo bay of a carrier.
Defined in:
Parameter:
#OPSGROUP CargoGroup
Cargo group.
Return value:
#boolean:
If true
, cargo could be removed.
Remove OPSGROUP from cargo bay of a carrier.
Defined in:
Parameters:
#OPSGROUP.Element Element
Cargo group.
#OPSGROUP.MyCargo MyCargo
My cargo data.
Return value:
#boolean:
If true
, cargo could be removed.
Remove my lift.
Get cargo bay item.
Defined in:
Parameter:
#OPSGROUP CargoGroup
Cargo group.
Return values:
Cargo bay item or nil
if the group is not in the carrier.
#number:
CargoBayIndex Index of item in the cargo bay table.
Carrier element.
Remove OPSGROUP from cargo bay of a carrier.
Defined in:
Parameters:
#OPSGROUP.Element Element
Cargo group.
#number CargoUID
Cargo UID.
Return value:
MyCargo My cargo data.
Get target group.
Defined in:
Return values:
Get/update the (un-)loading zone of the element.
Defined in:
Parameters:
#OPSGROUP.Element Element
Element.
The zone.
#OPSGROUP.CarrierLoader Loader
Loader parameters.
Return value:
Bounding box polygon zone.
Get cargo bay data from a cargo data id.
Defined in:
Parameter:
#number uid
Unique ID of cargo data.
Return values:
Get my carrier.
Defined in:
Return values:
Carrier group.
Carrier element.
#boolean:
If true
, space is reserved for me
Get my carrier element.
Get my carrier group.
Get cargo transport from cargo queue.
Defined in:
Return value:
The next due cargo transport or nil
.
Get next mission.
Get next task in queue.
Task needs to be in state SCHEDULED and time must have passed.
Get paused mission.
Get name of ROE corresponding to the numerical value.
Get the template of the group.
Defined in:
Parameter:
#boolean Copy
Get a deep copy of the template.
Return value:
#table:
Template table.
Get weight of warehouse storage to transport.
Defined in:
Parameters:
#boolean Total
Get total weight. Otherweise the amount left to deliver (total-loaded-lost-delivered).
#boolean Reserved
Reduce weight that is reserved.
#boolean Amount
Return amount not weight.
Return value:
#number:
Weight of cargo in kg or amount in number of items, if Amount=true
.
Initialize Mission Editor waypoints.
Defined in:
Parameters:
#number WpIndexMin
#number WpIndexMax
Return value:
self
Check if a unit is an element of the flightgroup.
Defined in:
Parameter:
#string unitname
Name of unit.
Return value:
#boolean:
If true, unit is element of the flight group or false if otherwise.
Check if a group is in the cargo bay.
Defined in:
Parameter:
#OPSGROUP OpsGroup
Group to check.
Return value:
#boolean:
If true
, group is in the cargo bay.
Is my carrier reserved.
Returns a name of a missile category.
Defined in:
Parameter:
#number categorynumber
Number of missile category from weapon missile category enumerator. See https://wiki.hoggitworld.com/view/DCS_Class_Weapon
Return value:
#string:
Missile category name.
Set (new) cargo status.
Set (new) carrier status.
Set passed final waypoint value.
Defined in:
Parameters:
#boolean final
If true
, final waypoint was passed.
#string comment
Some comment as to why the final waypoint was passed.
Function called when a group is passing a waypoint.
Print info on mission and task status to DCS log file.
Defined in:
On after "MissionDone" event.
Defined in:
Parameters:
Ops.Auftrag#AUFTRAG Mission
#boolean Silently
Remove waypoints by table.remove()
and do not update the route.
Remove my carrier.
Remove paused mission from the table.
Defined in:
Parameter:
#number AuftragsNummer
Mission ID of the paused mission to remove.
Return value:
self
Respawn the group.
Defined in:
Parameters:
#number Delay
Delay in seconds before respawn happens. Default 0.
DCS#Template Template
(optional) The template of the Group retrieved with GROUP:GetTemplate(). If the template is not provided, the template will be retrieved of the group itself.
#boolean Reset
Reset waypoints and reinit group if true
.
Return value:
self
Sandwitch DCS task in stop condition and push the task to the group.
Defined in:
Parameters:
DCS#Task DCSTask
The DCS task.
#boolean SetTask
Set task instead of pushing it.
#number Delay
Delay in seconds. Default nil.
Set status for all elements (except dead ones).
Set legion this ops group belongs to.
Set mission specific options for ROE, Alarm state, etc.
Set my carrier.
Defined in:
Parameters:
#OPSGROUP CarrierGroup
Carrier group.
#OPSGROUP.Element CarrierElement
Carrier element.
#boolean Reserved
If true
, reserve space for me.
Set the template of the group.
Defined in:
Parameter:
#table Template
Template to set. Default is from the GROUP.
Return value:
self
Set tasks at this waypoint
Defined in:
Parameter:
#OPSGROUP.Waypoint Waypoint
The waypoint.
Return value:
#number:
Number of tasks.
Simple task function.
Can be used to call a function which has the warehouse and the executing group as parameters.
Defined in:
Parameters:
#string Function
The name of the function to call passed as string.
#number uid
Waypoint UID.
On after "Loading" event.
Defined in:
Parameter:
#table Cargos
Table of cargos.
Return value:
#table:
Table of sorted cargos.
Spawn group from a given template.
Defined in:
Parameters:
#number Delay
Delay in seconds before respawn happens. Default 0.
DCS#Template Template
(optional) The template of the Group retrieved with GROUP:GetTemplate(). If the template is not provided, the template will be retrieved of the group itself.
Return value:
self
Activate/switch ICLS beacon settings.
Activate/switch TACAN beacon settings.
Defined in:
Parameter:
#OPSGROUP.Beacon Tacan
TACAN data table. Default is the default TACAN settings.
Return value:
self
Function called when a task is done.
Defined in:
Parameters:
Wrapper.Group#GROUP group
Group for which the task is done.
#OPSGROUP opsgroup
Ops group.
#OPSGROUP.Task task
Task.
Function called when a task is executed.
Defined in:
Parameters:
Wrapper.Group#GROUP group
Group which should execute the task.
#OPSGROUP opsgroup
Ops group.
#OPSGROUP.Task task
Task.
Transfer cargo from to another carrier.
Defined in:
Parameters:
#OPSGROUP CargoGroup
The cargo group to be transferred.
#OPSGROUP CarrierGroup
The new carrier group.
#OPSGROUP.Element CarrierElement
The new carrier element.
Check if all elements of the group have the same status (or are dead).
Check if all elements of the group have the same status or are dead.
Defined in:
Parameters:
#OPSGROUP.Element element
Element.
#string newstatus
New status of element
Wrapper.Airbase#AIRBASE airbase
Airbase if applicable.
Update (DCS) task.
Initialize Mission Editor waypoints.
Triggers the FSM event "MissionCancel" after a delay.
Triggers the FSM event "MissionDone" after a delay.
Triggers the FSM event "MissionExecute" after a delay.
Triggers the FSM event "MissionStart" after a delay.
Triggers the FSM event "Status" after a delay.
Triggers the FSM event "Stop" after a delay.
Stops the OPSGROUP and all its event handlers.
Triggers the FSM event "TransportCancel" after a delay.
Defined in:
Parameters:
#number delay
Delay in seconds.
Ops.OpsTransport#OPSTRANSPORT Transport
The transport.
On after "Board" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP CarrierGroup
The carrier group.
#OPSGROUP.Element Carrier
The OPSGROUP element
On after "Damaged" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Dead" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Delivered" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.OpsTransport#OPSTRANSPORT CargoTransport
The cargo transport assignment.
On after "Destroyed" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "DetectedGroup" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Group#GROUP Group
The detected Group.
On after "DetectedGroupNew" event.
Add newly detected group to detected group set.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Group#GROUP Group
The detected group.
On after "DetectedUnit" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#UNIT Unit
The detected unit.
On after "DetectedUnitNew" event.
Add newly detected unit to detected unit set.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#UNIT Unit
The detected unit.
On after "ElementDamaged" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Element Element
The flight group element.
On after "ElementDead" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Element Element
The flight group element.
On after "ElementDestroyed" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Element Element
The flight group element.
On after "ElementHit" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Element Element
The flight group element.
Wrapper.Unit#UNIT Enemy
Unit that hit the element or nil
.
On after "ElementInUtero" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Element Element
The flight group element.
On after "EnterZone" event.
Sets self.inzones[zonename]=true.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Zone#ZONE Zone
The zone that the group entered.
On after "GotoWaypoint" event.
Group will got to the given waypoint and execute its route from there.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number UID
The goto waypoint unique ID.
#number Speed
(Optional) Speed to waypoint in knots.
On after "Hit" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Wrapper.Unit#UNIT Enemy
Unit that hit the element or nil
.
On after "InUtero" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LaserCode" event.
Changes the LASER code.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Code
Laser code. Default is 1688.
On after "LaserGotLOS" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LaserLostLOS" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LaserOff" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LaserOn" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Target
Target Coordinate. Target can also be any POSITIONABLE from which we can obtain its coordinates.
On after "LaserPause" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LaserResume" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LeaveZone" event.
Sets self.inzones[zonename]=false.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Zone#ZONE Zone
The zone that the group entered.
On after "Load" event.
Carrier loads a cargo group into ints cargo bay.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP CargoGroup
The OPSGROUP loaded as cargo.
#OPSGROUP.Element Carrier
The carrier element/unit.
On after "Loading" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "LoadingDone" event.
Carrier has loaded all (possible) cargo at the pickup zone.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "MissionCancel" event.
Cancels the mission.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission to be cancelled.
On after "MissionDone" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission that is done.
On after "MissionExecute" event.
Mission execution began.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission table.
On after "MissionStart" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission table.
On after "OutOfAmmo" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "PassedFinalWaypoint" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "PassingWaypoint" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Waypoint Waypoint
Waypoint data passed.
On after "PauseMission" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Pickup" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Respawn" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#table Template
The template used to respawn the group. Default is the inital template of the group.
On after "Stop" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "TaskCancel" event.
Cancels the current task or simply sets the status to DONE if the task is not the current one.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Task Task
The task to cancel. Default is the current task (if any).
On after "TaskDone" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Task Task
On after "TaskExecute" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
The task.
On after "Transport" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "TransportCancel" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
transport to be cancelled.
Transport
On after "Unload" event.
Carrier unloads a cargo group from its cargo bay.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP OpsGroup
The OPSGROUP loaded as cargo.
Core.Point#COORDINATE Coordinate
Coordinate were the group is unloaded to.
#boolean Activated
If true
, group is active. If false
, group is spawned in late activated state.
#number Heading
(Optional) Heading of group in degrees. Default is random heading for each unit.
On after "Unloaded" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP OpsGroupCargo
Cargo OPSGROUP that was unloaded from a carrier.
On after "Unloading" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "UnloadingDone" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "UnpauseMission" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On after "Wait" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Duration
Duration in seconds how long the group will be waiting. Default nil
(for ever).
On before "Board" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP CarrierGroup
The carrier group.
#OPSGROUP.Element Carrier
The OPSGROUP element
On before "Dead" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On before "ElementSpawned" event.
Check that element is not in status spawned already.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Element Element
The flight group element.
On before "LaserOff" event.
Check if LASER is on.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On before "LaserOn" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Core.Point#COORDINATE Target
Target Coordinate. Target can also be any POSITIONABLE from which we can obtain its coordinates.
On before "LaserResume" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On before "MissionStart" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
Ops.Auftrag#AUFTRAG Mission
The mission table.
On before "Stop" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On before "TaskDone" event.
Deny transition if task status is PAUSED.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP.Task Task
On before "TaskExecute" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
The task.
On before "Transport" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
On before "Unload" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#OPSGROUP OpsGroup
The OPSGROUP loaded as cargo.
Core.Point#COORDINATE Coordinate
Coordinate were the group is unloaded to.
#number Heading
Heading of group.
On before "Wait" event.
Defined in:
Parameters:
#string From
From state.
#string Event
Event.
#string To
To state.
#number Duration
Duration how long the group will be waiting in seconds. Default nil
(=forever).
Field(s)
FLIGHTGROUP players.
Number that counts RTB calls.
Abs. mission time stamp when the group reached the holding point.
Abs. mission time stamp when the group was spawned uncontrolled and is parking.
Type name of the aircraft.
If true, flight is purely AI. If false, flight contains at least one human player.
Ammunition data. Number of Guns, Rockets, Bombs, Missiles.
Max altitude the aircraft can fly at in meters.
Flight control status.
Set current airbase.
If true
, group is despawned after reaching the holding point.
If true
, group is despawned after landed at an airbase.
Fuel critical switch.
RTB on critical fuel switch.
Critical fuel threshold in percent.
Fuel low switch.
RTB on low fuel switch.
Low fuel threshold in percent.
Init done.
Time [s] flight is holding before going on final. Set to nil for indefinitely.
Not dead or destroyed yet.
Helo group.
Flight is ready for takeoff. This is for FLIGHTCONTROL.
Allow (true) or disallow (false) AI to jettison empty fuel tanks.
Allow (true) or disallow (false) AI to jettison weapons if in danger.
Set some string id for output to DCS.log file.
F10 radio menu.
Disallow (true) or allow (false) AI to use the afterburner.
Max range in meters.
The refueling system type (0=boom, 1=probe), if the group can refuel from a tanker.
Cruise speed: 70% of max speed but within limit.
Max speed in km/h.
The refueling system type (0=boom, 1=probe), if the group is a tanker.
Start check zone timer.
Start queue update timer.
Start the status monitoring.
FLIGHTGROUP class version.
Function(s)
Adds an End state.
Set the default #FSM_PROCESS template with key ProcessName providing the ProcessClass and the process object when it is assigned to a Wrapper.Controllable by the task.
Defined in:
Parameters:
#table From
Can contain a string indicating the From state or a table of strings containing multiple From states.
#string Event
The Event name.
Core.Fsm#FSM_PROCESS Process
An sub-process FSM.
#table ReturnEvents
A table indicating for which returned events of the SubFSM which Event must be triggered in the FSM.
Return value:
The SubFSM.
Adds a score for the FSM to be achieved.
Defined in:
Parameters:
#string State
is the state of the process when the score needs to be given. (See the relevant state descriptions of the process).
#string ScoreText
is a text describing the score that is given according the status.
#number Score
is a number providing the score of the status.
Return value:
#FSM:
self
Adds a score for the FSM_PROCESS to be achieved.
Defined in:
Parameters:
#string From
is the From State of the main process.
#string Event
is the Event of the main process.
#string State
is the state of the process when the score needs to be given. (See the relevant state descriptions of the process).
#string ScoreText
is a text describing the score that is given according the status.
#number Score
is a number providing the score of the status.
Return value:
#FSM:
self
Add a new transition rule to the FSM.
A transition rule defines when and if the FSM can transition from a state towards another state upon a triggered event.
Defined in:
Parameters:
#table From
Can contain a string indicating the From state or a table of strings containing multiple From states.
#string Event
The Event name.
#string To
The To state.
Get current state.
Returns the End states.
Returns a table of the SubFSM rules defined within the FSM.
Returns a table with the scores defined.
Returns the start state of the FSM.
Get current state.
Returns a table with the Subs defined.
Returns a table of the transition rules defined within the FSM.
Check if FSM is in state.
Defined in:
Parameter:
#string State
State name.
Return value:
#boolean:
If true, FSM is in this state.
Load call backs.
Sets the start state of the FSM.
Add to map.
Call handler.
Defined in:
Parameters:
#string step
Step "onafter", "onbefore", "onenter", "onleave".
#string trigger
Trigger.
#table params
Parameters.
#string EventName
Event name.
Return value:
Value.
Create transition.
Defined in:
Parameter:
#string EventName
Event name.
Return value:
#function:
Function.
Delayed transition.
Defined in:
Parameter:
#string EventName
Event name.
Return value:
#function:
Function.
Event map.
Go sub.
Defined in:
Parameters:
#string ParentFrom
Parent from state.
#string ParentEvent
Parent event name.
Return value:
#table:
Subs.
Handler.
Is end state.
Defined in:
Parameter:
#string Current
Current state name.
Return values:
#table:
FSM parent.
#string:
Event name.
Sub maps.
Check if can do an event.
Defined in:
Parameter:
#string e
Event name.
Return values:
#boolean:
If true, FSM can do the event.
#string:
To state.
Check if cannot do an event.
Defined in:
Parameter:
#string e
Event name.
Return value:
#boolean:
If true, FSM cannot do the event.
Check if FSM is in state.
Defined in:
Parameters:
#string State
State name.
state
Return value:
#boolean:
If true, FSM is in this state.
Generalized attribute.
See DCS attributes on hoggit.
Field(s)
Attack helicopter.
Airborne Early Warning and Control System.
Aircraft which can be used for strategic bombing.
Fighter, interceptor, ... airplane.
Other aircraft type.
Airplane which can refuel other aircraft.
Helicopter with transport capability. This can be used to transport other assets.
Airplane with transport capability. This can be used to transport other assets.
Unpiloted Aerial Vehicle, e.g. drones.
Function(s)
Player data.
Field(s)
Player name.
Skill level.
Display subtitles.
Function(s)
Skill level.
Field(s)
Naval aviator. Moderate number of hints but not really zip lip.
TOPGUN graduate. For people who know what they are doing. Nearly ziplip.
TOPGUN instructor. For people who know what they are doing. Nearly ziplip.
Flight Student. Shows tips and hints in important phases of the approach.
Function(s)
Radio messages.
Field(s)
Function(s)
Radio Text.