C# Class GTRPlugins.Inventory_Enhancements

Afficher le fichier Open project: dougbenham/TerrariaPatcher Class Usage Examples

Méthodes publiques

Свойство Type Description
_notInGame bool
config GTRPlugins.Config
version string

Méthodes publiques

Méthode Description
Clean ( ) : void
Init ( object sender, EventArgs e ) : void
LaunchConfigurator ( ) : void
ProcessExited ( object sender, System e ) : void
QuickStack ( ) : void
ReloadConfig ( bool silent = false ) : void
Sort ( ) : void
SwapHotbar ( bool cycle = false ) : void
Update ( object sender, EventArgs e ) : void

Method Details

Clean() public static méthode

public static Clean ( ) : void
Résultat void

Init() public static méthode

public static Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LaunchConfigurator() public static méthode

public static LaunchConfigurator ( ) : void
Résultat void

ProcessExited() public static méthode

public static ProcessExited ( object sender, System e ) : void
sender object
e System
Résultat void

QuickStack() public static méthode

public static QuickStack ( ) : void
Résultat void

ReloadConfig() public static méthode

public static ReloadConfig ( bool silent = false ) : void
silent bool
Résultat void

Sort() public static méthode

public static Sort ( ) : void
Résultat void

SwapHotbar() public static méthode

public static SwapHotbar ( bool cycle = false ) : void
cycle bool
Résultat void

Update() public static méthode

public static Update ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

_notInGame public_oe static_oe property

public static bool _notInGame
Résultat bool

config public_oe static_oe property

public static Config,GTRPlugins config
Résultat GTRPlugins.Config

version public_oe static_oe property

public static string version
Résultat string