Available since Version 1.23.9.
Checks whether or not the -legacyoutput command line argument is in use.
Syntax
IsLegacyOutput()Arguments
No arguments.
Return Values
- (boolean): Whether the
-legacyoutputcommand line argument is in use.
Examples
local IsLegacyOutput = IsLegacyOutput()