dcsex.ai.options

DCS AI options.

Contents

  1. Functions
    1. _t.create(optid, value)
    2. _t.createAirFormation(ftype, dist, side)
    3. _t.wrappedOption(optiontbl)

Functions

_t.create(optid, value)

Parameters

optid
the option ID, from AI.Option..id.
value
option approperate value to set the option to

Returns

  • table, dcsex.enum.TASKTYPE.OPTION

_t.createAirFormation(ftype, dist, side)

Parameters

ftype
formation type from dcsex.enum.FORMATION.TYPE
dist
(optional) distance enum from dcsex.enum.FORMATION.DISTANCE
side
(optional) side enum from dcsex.enum.FORMATION.SIDE

Returns

  • table, dcsex.enum.TASKTYPE.OPTION

_t.wrappedOption(optiontbl)

Parameters

optiontbl