Executor

Miscellaneous functions for executors.

This isn't really required, but it's nice to have for compatibility.

-- Import the executor library.
local exe = require("@lib/executor")

getexecutor()

This function returns the pascal-case version of the currently running executor.

-- Write a file.
exe.getexecutor()

-- Example
exe.getexecutor() -- May return Wave, SynapseZ, Xeno, or Unset if not declared.

Last updated

Was this helpful?