fumablox
API

Aircraft

Aircraft API

Source

../examples/library/src/Aircraft.luau:1

Dependencies

Imports: none
Dependants: FlightController

Properties

Events

Constants

ConstantValue
MAX_SPEED250

Enum: AircraftState

ItemValue
IdleIdle
TakeoffTakeoff
FlightFlight
LandedLanded

Constructors

new

function Aircraft.new(): Aircraft

Returns

Prop

Type

../examples/library/src/Aircraft.luau:18

Methods

Takeoff

function Aircraft:Takeoff()

../examples/library/src/Aircraft.luau:26

Land

function Aircraft:Land()

../examples/library/src/Aircraft.luau:30

On this page