Application.LoadActionPlugin

Application.LoadActionPlugin (

string Filename )

Description

Loads an action plugin file (.lmd).

Note: Normally you would choose Project > Plugins to add an action plugin. This action is only intended to handle special situations where you need more control over when the plugin is loaded.

Action plugins allow you to extend the functionality of AutoPlay with new actions. Refer to the action plugin's documentation for information on what features it adds and how to use them.

Parameters

Filename

(string) The path to the action plugin file (.lmd).

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions