C# Class fItemPlugin.FunkyTownRunPlugin

Inheritance: IPlugin
Mostrar archivo Open project: herbfunk/Funky

Public Properties

Property Type Description
ItemRulesEval fItemPlugin.ItemRules.Interpreter
PluginSettings Settings

Public Methods

Method Description
Equals ( IPlugin other ) : bool
OnDisabled ( ) : void
OnEnabled ( ) : void
OnInitialize ( ) : void
OnPulse ( ) : void
OnShutdown ( ) : void

Private Methods

Method Description
FunkyBotStart ( IBot bot ) : void
FunkyBotStop ( IBot bot ) : void
FunkyNewGameHandler ( ) : void
LogGoodItems ( CacheACDItem thisgooditem, PluginBaseItemTypes thisPluginBaseItemTypes, PluginItemTypes thisPluginItemType ) : void
LogJunkItems ( CacheACDItem thisgooditem, PluginBaseItemTypes thisPluginBaseItemTypes, PluginItemTypes thisPluginItemType ) : void

Method Details

Equals() public method

public Equals ( IPlugin other ) : bool
other IPlugin
return bool

OnDisabled() public method

public OnDisabled ( ) : void
return void

OnEnabled() public method

public OnEnabled ( ) : void
return void

OnInitialize() public method

public OnInitialize ( ) : void
return void

OnPulse() public method

public OnPulse ( ) : void
return void

OnShutdown() public method

public OnShutdown ( ) : void
return void

Property Details

ItemRulesEval public_oe static_oe property

public static Interpreter,fItemPlugin.ItemRules ItemRulesEval
return fItemPlugin.ItemRules.Interpreter

PluginSettings public_oe static_oe property

public static Settings,fItemPlugin PluginSettings
return Settings