Documentation

Test Emulator - Open Dev Kit Documentation

Open Dev Kit Documentation :: Console :: Config :: Test Emulator

Console.Config.TestEmulator
uses the console emulator during testing to allow multiple testing of instances and to avoid Alt+F4 from shutting down the entire software (not implemented)

Type

Boolean

Lua Usage

-- Get
local boolean = config.TestEmulator

-- Set
config.TestEmulator = boolean

If you think anything is missing, please feel free to: submit documentation feedback on this page