Skip to content

MachinaFFXIV.stop()

karashiiro edited this page Aug 16, 2019 · 1 revision

Starts the wrapper program. Use this and start() to enable and disable the program throughout your code.

Usage

Machina.stop(callback);

callback is an optional function to be called once the wrapper starts.

Example

Machina.stop(() => {
    console.log("Machina stopped!");
});
Clone this wiki locally