Compatibility

Miscellaneous functions to ensure compatibility.

These functions are to maximize compatibility.

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

unc(sunc: bool?)

Runs a UNC, sUNC if provided.

-- Example
exe.unc(true) -- Starts an sUNC test

Last updated

Was this helpful?