Skip to content

MachinaFFXIV.start()

karashiiro edited this page Aug 16, 2019 · 1 revision

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

Usage

Machina.start(callback);

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

Example

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