Skip to main content

Enumeration: DirectorState

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

The state of a given plane director.

Enumeration Members

Active

Active: "Active"

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

The plane director is currently active.


Armed

Armed: "Armed"

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

The plane director is currently armed.


Inactive

Inactive: "Inactive"

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

The plane director is not currently armed or active.