lib.update_state
Definition:
Description:
Arguments:
Returns:
Other notes:
complete |
Allows the plugin to trigger its own failure state (and prevent any dependent plugins from running if they haven't already). This can't unload code that's already running, though. Use in hybrid mods to disable themselves easily. Plugins cannot mark themselves as ‘complete’; this value can only be false or not exist. |
name | Allows the plugin to change its registered display name. Not recommended. |
link | Allows the plugin to change the ‘link’ read from its INI file (or set one, if no link was originally provided) |
plugin_name | same as ‘name’ |
plugin_link | same as ‘link’ |
err_details | If the plugin is marking itself as incomplete to indicate a self-caught error, this string is added to the LME log display. |