PluginScriptLoadType Enumeration

AdiIRC API v2

PluginScriptLoadType Enumeration

Used to determine the loading status of a Plugin Script file

Namespace:  AdiIRCAPIv2.Enumerators
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public enum PluginScriptLoadType
Public Enumeration PluginScriptLoadType
public enum class PluginScriptLoadType
type PluginScriptLoadType
Members
  Member nameValueDescription
Starting0 Indicates the script file is loaded during plugin load
Loading1 Indicates the script file is loading for the first time
Reloading2 Indicates the script file is reloading
See Also