Click or drag to resize

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.7 (2.0.1.7)
Syntax
C#
public enum 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