mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Document turret flags
This commit is contained in:
parent
96ffc82ca7
commit
e6a88e7225
4
plug.py
4
plug.py
@ -28,8 +28,8 @@ FlagsCargoScoopDeployed = 1<<9
|
||||
FlagsSilentRunning = 1<<10
|
||||
FlagsScoopingFuel = 1<<11
|
||||
FlagsSrvHandbrake = 1<<12
|
||||
FlagsSrvTurret = 1<<13
|
||||
FlagsSrvUnderShip = 1<<14
|
||||
FlagsSrvTurret = 1<<13 # using turret view
|
||||
FlagsSrvUnderShip = 1<<14 # turret retracted
|
||||
FlagsSrvDriveAssist = 1<<15
|
||||
FlagsFsdMassLocked = 1<<16
|
||||
FlagsFsdCharging = 1<<17
|
||||
|
Loading…
x
Reference in New Issue
Block a user