From 00762b8cb062034b1a8c45695e993fe938463051 Mon Sep 17 00:00:00 2001 From: Jonathan Harris <github@marginal.org.uk> Date: Thu, 22 Nov 2018 10:28:22 +0000 Subject: [PATCH] Add Status flags and GuiFocus constants new in 3.3 --- plug.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plug.py b/plug.py index 6d688c7a..5e33c002 100644 --- a/plug.py +++ b/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