Banner Image

Module AI.AI_Escort_Dispatcher_Request

AI - Models the assignment of AI escorts to player flights upon request using the radio menu.

Features:

  • Provides the facilities to trigger escorts when players join flight units.
  • Provide a menu for which escorts can be requested.

Author: FlightControl


Global(s)

Global AI_ESCORT_DISPATCHER_REQUEST

Models the assignment of AI escorts to player flights upon request using the radio menu.

#AI_ESCORT_DISPATCHER_REQUEST AI_ESCORT_DISPATCHER_REQUEST

Models the assignment of AI escorts to player flights upon request using the radio menu.

Developer Note

Note while this class still works, it is no longer supported as the original author stopped active development of MOOSE Therefore, this class is considered to be deprecated


Type(s)

Field(s)

Function(s)

Creates a new AI_ESCORT_DISPATCHER_REQUEST object.

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Parameters:

Core.Set#SET_GROUP CarrierSet

The set of Wrapper.Group#GROUP objects of carriers for which escorts are requested.

Core.Spawn#SPAWN EscortSpawn

The spawn object that will spawn in the Escorts.

Wrapper.Airbase#AIRBASE EscortAirbase

The airbase where the escorts are spawned.

#string EscortName

Name of the escort, which will also be the name of the escort menu.

#string EscortBriefing

A text showing the briefing to the player. Note that if no EscortBriefing is provided, the default briefing will be shown.

Return value:

@param #AI_ESCORT_DISPATCHER_REQUEST self @param Core.Event#EVENTDATA EventData

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Parameter:

EventData

@param #AI_ESCORT_DISPATCHER_REQUEST self @param Core.Event#EVENTDATA EventData

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Parameter:

EventData

Start Trigger for AI_ESCORT_DISPATCHER_REQUEST

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Stop Trigger for AI_ESCORT_DISPATCHER_REQUEST

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Start Asynchronous Trigger for AI_ESCORT_DISPATCHER_REQUEST

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Parameter:

#number Delay

Stop Asynchronous Trigger for AI_ESCORT_DISPATCHER_REQUEST

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Parameter:

#number Delay

Defined in:

AI_ESCORT_DISPATCHER_REQUEST

Parameters:

From

Event

To