Aircraft
aircraft
¤
Classes:
Name | Description |
---|---|
Aircraft |
|
Aircraft
¤
Classes:
Name | Description |
---|---|
CargoConfig |
|
ParseResult |
|
PaxConfig |
|
SearchResult |
|
SearchType |
Members: |
Suggestion |
|
Type |
Members: |
Methods:
Name | Description |
---|---|
search |
|
suggest |
|
to_dict |
|
Attributes:
Name | Type | Description |
---|---|---|
capacity |
int
|
|
ceil |
int
|
|
check_cost |
int
|
|
co2 |
float
|
|
co2_mod |
bool
|
|
cost |
int
|
|
crew |
int
|
|
eid |
int
|
|
ename |
str
|
|
engineers |
int
|
|
fourx_mod |
bool
|
|
fuel |
float
|
|
fuel_mod |
bool
|
|
id |
int
|
|
img |
str
|
|
length |
int
|
|
maint |
int
|
|
manufacturer |
str
|
|
name |
str
|
|
pilots |
int
|
|
priority |
int
|
|
range |
int
|
|
rwy |
int
|
|
shortname |
str
|
|
speed |
float
|
|
speed_mod |
bool
|
|
technicians |
int
|
|
type |
Type
|
|
valid |
bool
|
|
wingspan |
int
|
|
CargoConfig
¤
ParseResult
¤
Attributes:
Name | Type | Description |
---|---|---|
co2_mod |
bool
|
|
fourx_mod |
bool
|
|
fuel_mod |
bool
|
|
priority |
int
|
|
search_str |
str
|
|
search_type |
SearchType
|
|
speed_mod |
bool
|
|
PaxConfig
¤
Classes:
Name | Description |
---|---|
Algorithm |
Members: |
Methods:
Name | Description |
---|---|
to_dict |
|
Attributes:
Name | Type | Description |
---|---|---|
algorithm |
Algorithm
|
|
f |
int
|
|
j |
int
|
|
valid |
bool
|
|
y |
int
|
|
SearchResult
¤
SearchResult(arg0: Aircraft, arg1: ParseResult)
SearchType
¤
SearchType(value: int)
Members:
ALL
ID
SHORTNAME
NAME
Attributes:
Name | Type | Description |
---|---|---|
ALL |
SearchType
|
|
ID |
SearchType
|
|
NAME |
SearchType
|
|
SHORTNAME |
SearchType
|
|
name |
str
|
|
value |
int
|
|