1
0
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:
Jonathan Harris 2018-11-22 10:28:22 +00:00
parent 6602ac415e
commit 00762b8cb0

View File

@ -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