Skip to main content

Enumeration: DirectorState

Defined in: src/sdk/autopilot/directors/PlaneDirector.ts:6

The state of a given plane director.

Enumeration Members

Active

Active: "Active"

Defined in: src/sdk/autopilot/directors/PlaneDirector.ts:14

The plane director is currently active.


Armed

Armed: "Armed"

Defined in: src/sdk/autopilot/directors/PlaneDirector.ts:11

The plane director is currently armed.


Inactive

Inactive: "Inactive"

Defined in: src/sdk/autopilot/directors/PlaneDirector.ts:8

The plane director is not currently armed or active.