Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Plugin Structure

CoffeeBlend edited this page Jul 15, 2018 · 1 revision

Each plugin must define the following two functions:

  • XPluginStart() - will be called when the plugin is started
  • XPluginStop() - will be called once the plugin is stopped

XEcmaScript will file an error in the log if these functions are missing.

Clone this wiki locally