C# Class RemoteTech.UI.FlightUIPatcher

Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Свойство Type Description
PatchedActionGroups KSPActionGroup[]

Méthodes publiques

Méthode Description
Patch ( ) : void

Hook flight action group buttons: gear, brakes, light and abort buttons.

Private Methods

Méthode Description
ActivateActionGroup ( KSPActionGroup ag ) : void

Called when an action group button, from the KSP GUI, is pressed.

CollectActionGroupToggleButtons ( KSPActionGroup actionGroups ) : List

Get action groups buttons depending on their group.

Method Details

Patch() public static méthode

Hook flight action group buttons: gear, brakes, light and abort buttons.
public static Patch ( ) : void
Résultat void

Property Details

PatchedActionGroups public_oe static_oe property

Action groups corresponding to the GUI buttons we want to hook / patch.
public static KSPActionGroup[] PatchedActionGroups
Résultat KSPActionGroup[]