Executor
Miscellaneous functions for executors.
-- 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?