dcsext.ai

ai - DCS AI tasking helpers.

Contents

  1. Description
  2. Fields
    1. _t.exec
    2. _t.commands
    3. _t.options
    4. _t.tasks
    5. _t.Waypoint
    6. _t.Route

Description

Namespace aggregating the AI submodules:

  • exec - DCS AI execution functions and helpers
  • commands - builders for DCS AI command tables
  • options - builders for DCS AI option tables
  • tasks - builders for DCS AI task tables
  • Waypoint - waypoint class for constructing routes
  • Route - route class composing waypoints into a flight plan

Fields

_t.exec

DCS AI execution functions and helpers.

_t.commands

Builders for DCS AI command tables.

_t.options

Builders for DCS AI option tables.

_t.tasks

Builders for DCS AI task tables.

_t.Waypoint

Waypoint class for constructing routes.

_t.Route

Route class composing waypoints into a flight plan.