C# Class GTRPlugins.Inventory_Enhancements

显示文件 Open project: dougbenham/TerrariaPatcher Class Usage Examples

Public Properties

Property Type Description
_notInGame bool
config GTRPlugins.Config
version string

Public Methods

Method 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 method

public static Clean ( ) : void
return void

Init() public static method

public static Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LaunchConfigurator() public static method

public static LaunchConfigurator ( ) : void
return void

ProcessExited() public static method

public static ProcessExited ( object sender, System e ) : void
sender object
e System
return void

QuickStack() public static method

public static QuickStack ( ) : void
return void

ReloadConfig() public static method

public static ReloadConfig ( bool silent = false ) : void
silent bool
return void

Sort() public static method

public static Sort ( ) : void
return void

SwapHotbar() public static method

public static SwapHotbar ( bool cycle = false ) : void
cycle bool
return void

Update() public static method

public static Update ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

_notInGame public_oe static_oe property

public static bool _notInGame
return bool

config public_oe static_oe property

public static Config,GTRPlugins config
return GTRPlugins.Config

version public_oe static_oe property

public static string version
return string