Banner Image

Module Ops.Cohort

Ops - Cohort encompassed all characteristics of SQUADRONs, PLATOONs and FLOTILLAs.

Main Features:

  • Set parameters like livery, skill valid for all cohort members.
  • Define modex and callsigns.
  • Define mission types, this cohort can perform (see Ops.Auftrag#AUFTRAG).
  • Pause/unpause cohort operations.

Author: funkyfranky


Global(s)

Global COHORT

I came, I saw, I conquered. -- Julius Caesar


The COHORT Concept

A COHORT is essential part of a LEGION and consists of one unit type.

#COHORT COHORT

I came, I saw, I conquered. -- Julius Caesar


The COHORT Concept

A COHORT is essential part of a LEGION and consists of one unit type.

Global _COHORTNAMES

Global variable to store the unique(!) cohort names

#table _COHORTNAMES

Global variable to store the unique(!) cohort names

Type(s)

COHORT , extends Core.Fsm#FSM
Fields and Methods inherited from COHORT Description

COHORT:AddAsset(Asset)

Add asset to cohort.

COHORT:AddMissionCapability(MissionTypes, Performance)

Set mission types this cohort is able to perform.

COHORT:AddTacanChannel(ChannelMin, ChannelMax)

Add TACAN channels to the cohort.

COHORT:AddWeaponRange(RangeMin, RangeMax, BitType)

Add a weapon range for ARTY missions (Ops.Auftrag#AUFTRAG).

COHORT:CanMission(Mission)

Check if there is a cohort that can execute a given mission.

COHORT:CheckAttribute(Attributes)

Check if the cohort attribute matches the given attribute(s).

COHORT.ClassName

Name of the class.

COHORT:CountAssets(InStock, MissionTypes, Attributes)

Count assets in legion warehouse stock.

COHORT:DelAsset(Asset)

Remove specific asset from chort.

COHORT:DelGroup(GroupName)

Remove asset group from cohort.

COHORT:FetchTacan()

Get an unused TACAN channel.

COHORT:GetAttribute()

Get generalized attribute.

COHORT:GetCallsign(Asset)

Create a callsign for the asset.

COHORT:GetCategory()

Get group category.

COHORT:GetMissionCapabilities()

Get mission capabilities of this cohort.

COHORT:GetMissionCapability(MissionType)

Get missin capability for a given mission type.

COHORT:GetMissionPeformance(MissionType)

Get mission performance for a given type of misson.

COHORT:GetMissionRange(WeaponTypes)

Get max mission range.

COHORT:GetMissionTypes()

Get mission types this cohort is able to perform.

COHORT:GetModex(Asset)

Create a modex for the asset.

COHORT:GetName()

Get name of the cohort.

COHORT:GetOpsGroups(MissionTypes, Attributes)

Get OPSGROUPs.

COHORT:GetProperties()

Get properties, i.e. DCS attributes.

COHORT:GetRadio()

Get radio frequency and modulation.

COHORT:GetRepairTime(Asset)

Get the time an asset needs to be repaired.

COHORT:GetWeaponData(BitType)

Get weapon range for given bit type.

COHORT:HasProperty(Property)

Check if cohort assets have a given property (DCS attribute).

COHORT:IsOnDuty()

Check if cohort is "OnDuty".

COHORT:IsPaused()

Check if cohort is "Paused".

COHORT:IsRelocating()

Check if cohort is "Relocating".

COHORT:IsRepaired(Asset)

Checks if a mission type is contained in a table of possible types.

COHORT:IsStopped()

Check if cohort is "Stopped".

COHORT:New(TemplateGroupName, Ngroups, CohortName)

Create a new COHORT object and start the FSM.

COHORT.Ngroups

Number of asset OPS groups this cohort has.

COHORT.Nkilled

Number of destroyed asset groups.

COHORT:OnAfterPause(From, Event, To)

On after "Pause" event.

COHORT:OnAfterRelocate(From, Event, To)

On after "Relocate" event.

COHORT:OnAfterRelocated(From, Event, To)

On after "Relocated" event.

COHORT:OnAfterUnpause(From, Event, To)

On after "Unpause" event.

COHORT:Pause()

Triggers the FSM event "Pause".

COHORT:RecruitAssets(MissionType, Npayloads)

Get assets for a mission.

COHORT:Relocate()

Triggers the FSM event "Relocate".

COHORT:Relocated()

Triggers the FSM event "Relocated".

COHORT:RemoveAssets(N)

Remove assets from pool.

COHORT:ReturnTacan(channel)

"Return" a used TACAN channel.

COHORT:SetAttribute(Attribute)

Set generalized attribute.

COHORT:SetCallsign(Callsign, Index)

Set call sign.

COHORT:SetGrouping(nunits)

Set number of units in groups.

COHORT:SetLegion(Legion)

Set Legion.

COHORT:SetLivery(LiveryName)

Set livery painted on all cohort units.

COHORT:SetMissionRange(Range)

Set max mission range.

COHORT:SetModex(Modex, Prefix, Suffix)

Set modex.

COHORT:SetRadio(Frequency, Modulation)

Set radio frequency and modulation the cohort uses.

COHORT:SetSkill(Skill)

Set skill level of all cohort team members.

COHORT:SetTurnoverTime(MaintenanceTime, RepairTime)

Set turnover and repair time.

COHORT:SetVerbosity(VerbosityLevel)

Set verbosity level.

COHORT:Start()

Triggers the FSM event "Start".

COHORT:Status()

Triggers the FSM event "Status".

COHORT:Unpause()

Triggers the FSM event "Unpause".

COHORT:_AddOperation(Operation)

Add an OPERATION.

COHORT:_CheckAmmo()

Check ammo.

COHORT:_CheckAssetStatus()

Check asset status.

COHORT:_MissileCategoryName(categorynumber)

Returns a name of a missile category.

COHORT:__Pause(delay)

Triggers the FSM event "Pause" after a delay.

COHORT:__Relocate(delay)

Triggers the FSM event "Relocate" after a delay.

COHORT:__Relocated(delay)

Triggers the FSM event "Relocated" after a delay.

COHORT:__Start(delay)

Triggers the FSM event "Start" after a delay.

COHORT:__Status(delay)

Triggers the FSM event "Status" after a delay.

COHORT:__Stop(delay)

Triggers the FSM event "Stop" after a delay.

COHORT:__Unpause(delay)

Triggers the FSM event "Unpause" after a delay.

COHORT.aircrafttype

Type of the units the cohort is using.

COHORT.assets

Cohort assets.

COHORT.attribute

Generalized attribute of the cohort template group.

COHORT.callsign

COHORT.callsignIndex

COHORT.callsignName

COHORT.callsigncounter

COHORT.cargobayLimit

Cargo bay capacity in kg.

COHORT.category

Group category of the assets: Group.Category.AIRPLANE, Group.Category.HELICOPTER, Group.Category.GROUND, Group.Category.SHIP, Group.Category.TRAIN.

COHORT.descriptors

DCS descriptors.

COHORT.engageRange

Mission range in meters.

COHORT.isAir

COHORT.isGround

Is ground.

COHORT.isNaval

Is naval.

COHORT.legion

The LEGION object the cohort belongs to.

COHORT.lid

Class id string for output to DCS log file.

COHORT.livery

Livery of the cohort.

COHORT.maintenancetime

Time in seconds needed for maintenance of a returned flight.

COHORT.missiontypes

Capabilities (mission types and performances) of the cohort.

COHORT.modex

COHORT.modexPrefix

COHORT.modexSuffix

COHORT.modexcounter

COHORT.name

Name of the cohort.

COHORT.ngrouping

COHORT:onafterStart(From, Event, To)

On after Start event.

COHORT:onafterStop(From, Event, To)

On after "Stop" event.

COHORT.operations

Operations this cohort is part of.

COHORT.properties

DCS attributes.

COHORT.radioFreq

Radio frequency in MHz the cohort uses.

COHORT.radioModu

Radio modulation the cohort uses.

COHORT.repairtime

Time in seconds for each

COHORT.skill

Skill of cohort members.

COHORT.tacanChannel

List of TACAN channels available to the cohort.

COHORT.templategroup

Template group.

COHORT.templatename

Name of the template group.

COHORT.verbose

Verbosity level.

COHORT.version

COHORT class version.

COHORT.weaponData

COHORT.weightAsset

Weight of one assets group in kg.

Fields and Methods inherited from FSM Description

COHORT:AddEndState(State)

Adds an End state.

COHORT:AddProcess(From, Event, Process, ReturnEvents)

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.

COHORT:AddScore(State, ScoreText, Score)

Adds a score for the FSM to be achieved.

COHORT:AddScoreProcess(From, Event, State, ScoreText, Score)

Adds a score for the FSM_PROCESS to be achieved.

COHORT:AddTransition(From, Event, To)

Add a new transition rule to the FSM.

COHORT.CallScheduler

COHORT.Events

COHORT:GetCurrentState()

Get current state.

COHORT:GetEndStates()

Returns the End states.

COHORT:GetProcess(From, Event)

COHORT:GetProcesses()

Returns a table of the SubFSM rules defined within the FSM.

COHORT:GetScores()

Returns a table with the scores defined.

COHORT:GetStartState()

Returns the start state of the FSM.

COHORT:GetState()

Get current state.

COHORT:GetSubs()

Returns a table with the Subs defined.

COHORT:GetTransitions()

Returns a table of the transition rules defined within the FSM.

COHORT:Is(State)

Check if FSM is in state.

COHORT:LoadCallBacks(CallBackTable)

Load call backs.

COHORT:New()

Creates a new FSM object.

COHORT.Scores

COHORT:SetProcess(From, Event, Fsm)

COHORT:SetStartState(State)

Sets the start state of the FSM.

COHORT._EndStates

COHORT._EventSchedules

COHORT._Processes

COHORT._Scores

COHORT._StartState

COHORT._Transitions

COHORT:_add_to_map(Map, Event)

Add to map.

COHORT:_call_handler(step, trigger, params, EventName)

Call handler.

COHORT:_create_transition(EventName)

Create transition.

COHORT:_delayed_transition(EventName)

Delayed transition.

COHORT:_eventmap(Events, EventStructure)

Event map.

COHORT:_gosub(ParentFrom, ParentEvent)

Go sub.

COHORT:_handler(EventName, ...)

Handler.

COHORT:_isendstate(Current)

Is end state.

COHORT:_submap(subs, sub, name)

Sub maps.

COHORT:can(e)

Check if can do an event.

COHORT:cannot(e)

Check if cannot do an event.

COHORT.current

COHORT.endstates

COHORT:is(State, state)

Check if FSM is in state.

COHORT.options

COHORT.subs

COHORT class.

Field(s)

#string COHORT.ClassName

Name of the class.

#number COHORT.Ngroups

Number of asset OPS groups this cohort has.

#number COHORT.Nkilled

Number of destroyed asset groups.

#string COHORT.aircrafttype

Type of the units the cohort is using.

#table COHORT.assets

Cohort assets.

#string COHORT.attribute

Generalized attribute of the cohort template group.

#number COHORT.cargobayLimit

Cargo bay capacity in kg.

#number COHORT.category

Group category of the assets: Group.Category.AIRPLANE, Group.Category.HELICOPTER, Group.Category.GROUND, Group.Category.SHIP, Group.Category.TRAIN.

#table COHORT.descriptors

DCS descriptors.

#number COHORT.engageRange

Mission range in meters.

#boolean COHORT.isAir
#boolean COHORT.isGround

Is ground.

#boolean COHORT.isNaval

Is naval.

Ops.Legion#LEGION COHORT.legion

The LEGION object the cohort belongs to.

#string COHORT.lid

Class id string for output to DCS log file.

#string COHORT.livery

Livery of the cohort.

#number COHORT.maintenancetime

Time in seconds needed for maintenance of a returned flight.

#table COHORT.missiontypes

Capabilities (mission types and performances) of the cohort.

#string COHORT.name

Name of the cohort.

#table COHORT.operations

Operations this cohort is part of.

#table COHORT.properties

DCS attributes.

#number COHORT.radioFreq

Radio frequency in MHz the cohort uses.

#number COHORT.radioModu

Radio modulation the cohort uses.

#number COHORT.repairtime

Time in seconds for each

#number COHORT.skill

Skill of cohort members.

#table COHORT.tacanChannel

List of TACAN channels available to the cohort.

#string COHORT.templatename

Name of the template group.

#number COHORT.verbose

Verbosity level.

#string COHORT.version

COHORT class version.

#number COHORT.weightAsset

Weight of one assets group in kg.

Function(s)

Add asset to cohort.

Defined in:

COHORT

Parameter:

The warehouse asset.

Return value:

self

Set mission types this cohort is able to perform.

Defined in:

COHORT

Parameters:

#table MissionTypes

Table of mission types. Can also be passed as a #string if only one type.

#number Performance

Performance describing how good this mission can be performed. Higher is better. Default 50. Max 100.

Return value:

self

Add TACAN channels to the cohort.

Note that channels can only range from 1 to 126.

Defined in:

COHORT

Parameters:

#number ChannelMin

Channel.

#number ChannelMax

Channel.

Return value:

self

Usage:

mysquad:AddTacanChannel(64,69)  -- adds channels 64, 65, 66, 67, 68, 69

Add a weapon range for ARTY missions (Ops.Auftrag#AUFTRAG).

Defined in:

COHORT

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

Check if there is a cohort that can execute a given mission.

We check the mission type, the refuelling system, mission range.

Defined in:

COHORT

Parameter:

The mission.

Return value:

#boolean:

If true, Cohort can do that type of mission.

Check if the cohort attribute matches the given attribute(s).

Defined in:

COHORT

Parameter:

#table Attributes

The requested attributes. See WAREHOUSE.Attribute enum. Can also be passed as a single attribute #string.

Return value:

#boolean:

If true, the cohort has the requested attribute.

Count assets in legion warehouse stock.

Defined in:

COHORT

Parameters:

#boolean InStock

If true, only assets that are in the warehouse stock/inventory are counted. If false, only assets that are NOT in stock (i.e. spawned) are counted. If nil, all assets are counted.

#table MissionTypes

(Optional) Count only assest that can perform certain mission type(s). Default is all types.

#table Attributes

(Optional) Count only assest that have a certain attribute(s), e.g. WAREHOUSE.Attribute.AIR_BOMBER.

Return value:

#number:

Number of assets.

Remove specific asset from chort.

Defined in:

COHORT

Parameter:

Return value:

self

Remove asset group from cohort.

Defined in:

COHORT

Parameter:

#string GroupName

Name of the asset group.

Return value:

self

Get an unused TACAN channel.

Defined in:

COHORT

Return value:

#number:

TACAN channel or nil if no channel is free.

Get generalized attribute.

Defined in:

COHORT

Return value:

#string:

Generalized attribute, e.g. GROUP.Attribute.Ground_Infantry.

Create a callsign for the asset.

Defined in:

COHORT

Parameter:

The warehouse asset.

Return value:

self

Get group category.

Defined in:

COHORT

Return value:

#string:

Group category

Get mission capabilities of this cohort.

Defined in:

COHORT

Return value:

#table:

Table of mission capabilities.

Get missin capability for a given mission type.

Defined in:

COHORT

Parameter:

#string MissionType

Mission type, e.g. AUFTRAG.Type.BAI.

Return value:

Capability table or nil if the capability does not exist.

Get mission performance for a given type of misson.

Defined in:

COHORT

Parameter:

#string MissionType

Type of mission.

Return value:

#number:

Performance or -1.

Get max mission range.

We add the largest weapon range, e.g. for arty or naval if weapon data is available.

Defined in:

COHORT

Parameter:

#table WeaponTypes

(Optional) Weapon bit type(s) to add to the total range. Default is the max weapon type available.

Return value:

#number:

Range in meters.

Get mission types this cohort is able to perform.

Defined in:

COHORT

Return value:

#table:

Table of mission types. Could be empty {}.

Create a modex for the asset.

Defined in:

COHORT

Parameter:

The warehouse asset.

Return value:

self

Get name of the cohort.

Defined in:

COHORT

Return value:

#string:

Name of the cohort.

Get OPSGROUPs.

Defined in:

COHORT

Parameters:

#table MissionTypes

(Optional) Count only assest that can perform certain mission type(s). Default is all types.

#table Attributes

(Optional) Count only assest that have a certain attribute(s), e.g. WAREHOUSE.Attribute.AIR_BOMBER.

Return value:

Ops groups set.

Get properties, i.e. DCS attributes.

Defined in:

COHORT

Return value:

#table:

Properties table.

Get radio frequency and modulation.

Defined in:

COHORT

Return values:

#number:

Radio frequency in MHz.

#number:

Radio Modulation (0=AM, 1=FM).

Get the time an asset needs to be repaired.

Defined in:

COHORT

Parameter:

Return value:

#number:

Time in seconds until asset is repaired.

Get weapon range for given bit type.

Defined in:

COHORT

Parameter:

#number BitType

Bit mask of weapon type.

Return value:

Check if cohort assets have a given property (DCS attribute).

Defined in:

COHORT

Parameter:

#string Property

The property.

Return value:

#boolean:

If true, cohort assets have the attribute.

Check if cohort is "OnDuty".

Defined in:

COHORT

Return value:

#boolean:

If true, cohort is in state "OnDuty".

Check if cohort is "Paused".

Defined in:

COHORT

Return value:

#boolean:

If true, cohort is in state "Paused".

Check if cohort is "Relocating".

Defined in:

COHORT

Return value:

#boolean:

If true, cohort is relocating.

Checks if a mission type is contained in a table of possible types.

Defined in:

COHORT

Parameter:

Return value:

#boolean:

If true, the requested mission type is part of the possible mission types.

Check if cohort is "Stopped".

Defined in:

COHORT

Return value:

#boolean:

If true, cohort is in state "Stopped".

Create a new COHORT object and start the FSM.

Defined in:

COHORT

Parameters:

#string TemplateGroupName

Name of the template group.

#number Ngroups

Number of asset groups of this Cohort. Default 3.

#string CohortName

Name of the cohort.

Return value:

self

On after "Pause" event.

Defined in:

COHORT

Parameters:

#string From

From state.

#string Event

Event.

#string To

To state.

On after "Relocate" event.

Defined in:

COHORT

Parameters:

#string From

From state.

#string Event

Event.

#string To

To state.

On after "Relocated" event.

Defined in:

COHORT

Parameters:

#string From

From state.

#string Event

Event.

#string To

To state.

On after "Unpause" event.

Defined in:

COHORT

Parameters:

#string From

From state.

#string Event

Event.

#string To

To state.

Triggers the FSM event "Pause".

Defined in:

COHORT

Get assets for a mission.

Defined in:

COHORT

Parameters:

#string MissionType

Mission type.

#number Npayloads

Number of payloads available.

Return values:

#table:

Assets that can do the required mission.

#number:

Number of payloads still available after recruiting the assets.

Triggers the FSM event "Relocate".

Defined in:

COHORT

Triggers the FSM event "Relocated".

Defined in:

COHORT

Remove assets from pool.

Not that assets must not be spawned or already reserved or requested.

Defined in:

COHORT

Parameter:

#number N

Number of assets to be removed. Default 1.

Return value:

self

"Return" a used TACAN channel.

Defined in:

COHORT

Parameter:

#number channel

The channel that is available again.

Set generalized attribute.

Defined in:

COHORT

Parameter:

#string Attribute

Generalized attribute, e.g. GROUP.Attribute.Ground_Infantry.

Return value:

self

Set call sign.

Defined in:

COHORT

Parameters:

#number Callsign

Callsign from CALLSIGN.Aircraft, e.g. "Chevy" for CALLSIGN.Aircraft.CHEVY.

#number Index

Callsign index, Chevy-1.

Return value:

self

Set number of units in groups.

Defined in:

COHORT

Parameter:

#number nunits

Number of units. Default 2.

Return value:

self

Set Legion.

Defined in:

COHORT

Parameter:

The Legion.

Return value:

self

Set livery painted on all cohort units.

Note that the livery name in general is different from the name shown in the mission editor.

Valid names are the names of the livery directories. Check out the folder in your DCS installation for:

  • Full modules: DCS World OpenBeta\CoreMods\aircraft\<Aircraft Type>\Liveries\<Aircraft Type>\<Livery Name>
  • AI units: DCS World OpenBeta\Bazar\Liveries\<Aircraft Type>\<Livery Name>

The folder name <Livery Name> is the string you want.

Or personal liveries you have installed somewhere in your saved games folder.

Defined in:

COHORT

Parameter:

#string LiveryName

Name of the livery.

Return value:

self

Set max mission range.

Only missions in a circle of this radius around the cohort base are executed.

Defined in:

COHORT

Parameter:

#number Range

Range in NM. Default 150 NM.

Return value:

self

Set modex.

Defined in:

COHORT

Parameters:

#number Modex

A number like 100.

#string Prefix

A prefix string, which is put before the Modex number.

#string Suffix

A suffix string, which is put after the Modex number.

Return value:

self

Set radio frequency and modulation the cohort uses.

Defined in:

COHORT

Parameters:

#number Frequency

Radio frequency in MHz. Default 251 MHz.

#number Modulation

Radio modulation. Default 0=AM.

Return value:

self

Set skill level of all cohort team members.

Defined in:

COHORT

Parameter:

#string Skill

Skill of all flights.

Return value:

self

Usage:

mycohort:SetSkill(AI.Skill.EXCELLENT)

Set turnover and repair time.

If an asset returns from a mission, it will need some time until the asset is available for further missions.

Defined in:

COHORT

Parameters:

#number MaintenanceTime

Time in minutes it takes until a flight is combat ready again. Default is 0 min.

#number RepairTime

Time in minutes it takes to repair a flight for each life point taken. Default is 0 min.

Return value:

self

Set verbosity level.

Defined in:

COHORT

Parameter:

#number VerbosityLevel

Level of output (higher=more). Default 0.

Return value:

self

Triggers the FSM event "Start".

Starts the COHORT.

Defined in:

COHORT

Triggers the FSM event "Status".

Defined in:

COHORT

Triggers the FSM event "Unpause".

Defined in:

COHORT

Add an OPERATION.

Defined in:

COHORT

Parameter:

The operation this cohort is part of.

Return value:

self

Check ammo.

Defined in:

COHORT

Return value:

Check asset status.

Defined in:

COHORT

Returns a name of a missile category.

Defined in:

COHORT

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.

Triggers the FSM event "Pause" after a delay.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

Triggers the FSM event "Relocate" after a delay.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

Triggers the FSM event "Relocated" after a delay.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

Triggers the FSM event "Start" after a delay.

Starts the COHORT.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

Triggers the FSM event "Status" after a delay.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

Triggers the FSM event "Stop" after a delay.

Stops the COHORT and all its event handlers.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

Triggers the FSM event "Unpause" after a delay.

Defined in:

COHORT

Parameter:

#number delay

Delay in seconds.

On after Start event.

Starts the FLIGHTGROUP FSM and event handlers.

Defined in:

COHORT

Parameters:

#string From

From state.

#string Event

Event.

#string To

To state.

On after "Stop" event.

Defined in:

COHORT

Parameters:

#string From

From state.

#string Event

Event.

#string To

To state.

Field(s)

#string COHORT.ClassName

Name of the class.

#number COHORT.Ngroups

Number of asset OPS groups this cohort has.

#number COHORT.Nkilled

Number of destroyed asset groups.

#string COHORT.aircrafttype

Type of the units the cohort is using.

#table COHORT.assets

Cohort assets.

#string COHORT.attribute

Generalized attribute of the cohort template group.

#number COHORT.cargobayLimit

Cargo bay capacity in kg.

#number COHORT.category

Group category of the assets: Group.Category.AIRPLANE, Group.Category.HELICOPTER, Group.Category.GROUND, Group.Category.SHIP, Group.Category.TRAIN.

#table COHORT.descriptors

DCS descriptors.

#number COHORT.engageRange

Mission range in meters.

#boolean COHORT.isAir
#boolean COHORT.isGround

Is ground.

#boolean COHORT.isNaval

Is naval.

Ops.Legion#LEGION COHORT.legion

The LEGION object the cohort belongs to.

#string COHORT.lid

Class id string for output to DCS log file.

#string COHORT.livery

Livery of the cohort.

#number COHORT.maintenancetime

Time in seconds needed for maintenance of a returned flight.

#table COHORT.missiontypes

Capabilities (mission types and performances) of the cohort.

#string COHORT.name

Name of the cohort.

#table COHORT.operations

Operations this cohort is part of.

#table COHORT.properties

DCS attributes.

#number COHORT.radioFreq

Radio frequency in MHz the cohort uses.

#number COHORT.radioModu

Radio modulation the cohort uses.

#number COHORT.repairtime

Time in seconds for each

#number COHORT.skill

Skill of cohort members.

#table COHORT.tacanChannel

List of TACAN channels available to the cohort.

#string COHORT.templatename

Name of the template group.

#number COHORT.verbose

Verbosity level.

#string COHORT.version

COHORT class version.

#number COHORT.weightAsset

Weight of one assets group in kg.

Function(s)

Adds an End state.

Defined in:

Parameter:

#string State

The FSM 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.

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.

Defined in:

Return value:

#string:

Current FSM state.

Returns the End states.

Defined in:

Return value:

#table:

End states.

Defined in:

Parameters:

From

Event

Returns a table of the SubFSM rules defined within the FSM.

Defined in:

Return value:

#table:

Sub processes.

Returns a table with the scores defined.

Defined in:

Return value:

#table:

Scores.

Returns the start state of the FSM.

Defined in:

Return value:

#string:

A string containing the start state.

Get current state.

Defined in:

Return value:

#string:

Current FSM state.

Returns a table with the Subs defined.

Defined in:

Return value:

#table:

Sub processes.

Returns a table of the transition rules defined within the FSM.

Defined in:

Return value:

#table:

Transitions.

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.

Defined in:

Parameter:

#table CallBackTable

Table of call backs.

Creates a new FSM object.

Defined in:

Return value:

#FSM:

Defined in:

Parameters:

From

Event

Fsm

Sets the start state of the FSM.

Defined in:

Parameter:

#string State

A string defining the start state.

Add to map.

Defined in:

Parameters:

#table Map

Map.

#table Event

Event table.

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.

Defined in:

Parameters:

#table Events

Events.

#table EventStructure

Event structure.

Go sub.

Defined in:

Parameters:

#string ParentFrom

Parent from state.

#string ParentEvent

Parent event name.

Return value:

#table:

Subs.

Handler.

Defined in:

Parameters:

#string EventName

Event name.

...

Arguments.

Is end state.

Defined in:

Parameter:

#string Current

Current state name.

Return values:

#table:

FSM parent.

#string:

Event name.

Sub maps.

Defined in:

Parameters:

#table subs

Subs.

#table sub

Sub.

#string name

Name.

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.