mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Add Status flags and GuiFocus constants new in 3.3
This commit is contained in:
parent
6602ac415e
commit
00762b8cb0
6
plug.py
6
plug.py
@ -42,6 +42,8 @@ FlagsBeingInterdicted = 1<<23
|
||||
FlagsInMainShip = 1<<24
|
||||
FlagsInFighter = 1<<25
|
||||
FlagsInSRV = 1<<26
|
||||
FlagsAnalysisMode = 1<27 # Hud in Analysis mode
|
||||
FlagsNightVision = 1<28
|
||||
|
||||
# Dashboard GuiFocus constants
|
||||
GuiFocusNoFocus = 0
|
||||
@ -52,6 +54,10 @@ GuiFocusRolePanel = 4 # bottom
|
||||
GuiFocusStationServices = 5
|
||||
GuiFocusGalaxyMap = 6
|
||||
GuiFocusSystemMap = 7
|
||||
GuiFocusOrrery = 8
|
||||
GuiFocusFSS = 9
|
||||
GuiFocusSAA = 10
|
||||
GuiFocusCodex = 11
|
||||
|
||||
|
||||
# List of loaded Plugins
|
||||
|
Loading…
x
Reference in New Issue
Block a user