Go to the source code of this file.
◆ DOCKING_CLEARANCE_WINDOW
| #define DOCKING_CLEARANCE_WINDOW 126.0 |
◆ MAX_DOCKING_STAGES
| #define MAX_DOCKING_STAGES 16 |
◆ STATION_DELAY_BETWEEN_LAUNCHES
| #define STATION_DELAY_BETWEEN_LAUNCHES 6.0 |
◆ STATION_LAUNCH_RETRY_INTERVAL
| #define STATION_LAUNCH_RETRY_INTERVAL 2.0 |
◆ STATION_MAX_POLICE
| #define STATION_MAX_POLICE 8 |
◆ OOStationAlertLevel
| Enumerator |
|---|
| STATION_ALERT_LEVEL_GREEN | |
| STATION_ALERT_LEVEL_YELLOW | |
| STATION_ALERT_LEVEL_RED | |
Definition at line 34 of file StationEntity.h.
35{
@ STATION_ALERT_LEVEL_RED
@ STATION_ALERT_LEVEL_YELLOW
@ STATION_ALERT_LEVEL_GREEN
◆ OOMakeDockingInstructions()
| NSDictionary * OOMakeDockingInstructions |
( |
StationEntity * |
station, |
|
|
HPVector |
coords, |
|
|
float |
speed, |
|
|
float |
range, |
|
|
NSString * |
ai_message, |
|
|
NSString * |
comms_message, |
|
|
BOOL |
match_rotation, |
|
|
int |
docking_stage |
|
) |
| |