Skip to content

Aircraft

aircraft ¤

Aircraft ¤

capacity property ¤

capacity: int

ceil property ¤

ceil: int

check_cost property ¤

check_cost: int

co2 property ¤

co2: float

co2_mod property ¤

co2_mod: bool

cost property ¤

cost: int

crew property ¤

crew: int

eid property ¤

eid: int

ename property ¤

ename: str

engineers property ¤

engineers: int

fourx_mod property ¤

fourx_mod: bool

fuel property ¤

fuel: float

fuel_mod property ¤

fuel_mod: bool

id property ¤

id: int

img property ¤

img: str

length property ¤

length: int

maint property ¤

maint: int

manufacturer property ¤

manufacturer: str

name property ¤

name: str

pilots property ¤

pilots: int

priority property ¤

priority: int

range property ¤

range: int

rwy property ¤

rwy: int

shortname property ¤

shortname: str

speed property ¤

speed: float

speed_mod property ¤

speed_mod: bool

technicians property ¤

technicians: int

type property ¤

type: Type

valid property ¤

valid: bool

wingspan property ¤

wingspan: int

CargoConfig ¤

algorithm property ¤
algorithm: Algorithm
h property ¤
h: int
l property ¤
l: int
valid property ¤
valid: bool
Algorithm ¤
Algorithm(value: int)

Members:

AUTO

L

H

AUTO class-attribute ¤
AUTO: Algorithm
H class-attribute ¤
L class-attribute ¤
name property ¤
name: str
value property ¤
value: int
to_dict ¤
to_dict() -> dict

ParseResult ¤

co2_mod property ¤
co2_mod: bool
fourx_mod property ¤
fourx_mod: bool
fuel_mod property ¤
fuel_mod: bool
priority property ¤
priority: int
search_str property ¤
search_str: str
search_type property ¤
search_type: SearchType
speed_mod property ¤
speed_mod: bool

PaxConfig ¤

algorithm property ¤
algorithm: Algorithm
f property ¤
f: int
j property ¤
j: int
valid property ¤
valid: bool
y property ¤
y: int
Algorithm ¤
Algorithm(value: int)

Members:

AUTO

FJY

FYJ

JFY

JYF

YJF

YFJ

AUTO class-attribute ¤
AUTO: Algorithm
FJY class-attribute ¤
FJY: Algorithm
FYJ class-attribute ¤
FYJ: Algorithm
JFY class-attribute ¤
JFY: Algorithm
JYF class-attribute ¤
JYF: Algorithm
YFJ class-attribute ¤
YFJ: Algorithm
YJF class-attribute ¤
YJF: Algorithm
name property ¤
name: str
value property ¤
value: int
to_dict ¤
to_dict() -> dict

SearchResult ¤

SearchResult(arg0: Aircraft, arg1: ParseResult)
ac property ¤
parse_result property ¤
parse_result: ParseResult

SearchType ¤

SearchType(value: int)

Members:

ALL

ID

SHORTNAME

NAME

ALL class-attribute ¤
ID class-attribute ¤
NAME class-attribute ¤
NAME: SearchType
SHORTNAME class-attribute ¤
SHORTNAME: SearchType
name property ¤
name: str
value property ¤
value: int

Suggestion ¤

Suggestion(arg0: Aircraft, arg1: float)
ac property ¤
score property ¤
score: float

Type ¤

Type(value: int)

Members:

PAX

CARGO

VIP

CARGO class-attribute ¤
CARGO: Type
PAX class-attribute ¤
PAX: Type
VIP class-attribute ¤
VIP: Type
name property ¤
name: str
value property ¤
value: int

search staticmethod ¤

search(
    s: str, user: User = am4.utils.game.User.Default()
) -> SearchResult

suggest staticmethod ¤

suggest(s: ParseResult) -> list[Suggestion]

to_dict ¤

to_dict() -> dict