Click or drag to resize

EngineScriptLoad Delegate

Delegate gets called when a script is (re)loaded from the Plugins Scripts Editor or from the /load and /reload command

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void EngineScriptLoad(
	EngineScriptLoadArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ScriptEngineEngineScriptLoadArgs
EngineScriptLoadArgs
See Also