Application.LoadActionPlugin

Application.LoadActionPlugin ( 

string Filename )

Description

Loads an action plugin file (.lmd).

Note: Normally you would choose Project > Resources... and then select the Plugins tab 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 Visual Patch with new actions. Refer to the action plugin's documentation for information on what features it adds and how to use them.

Tip: Action plugin files must be extracted before they can be loaded. If you need access to a plugin file early in the patch, you can include it as a primer file.

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