1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
--
-- Custom Options Definition Table format
--
-- A detailed example of how this format works can be found
-- in the spring source under:
-- AI/Skirmish/NullAI/data/AIOptions.lua
--
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
local options = {
--{ -- string
-- key = 'performancetimers',
-- name = 'Performance Lag Timers',
-- desc = 'Will log times and display times if spikes occur or heavy load is encountered',
-- type = 'bool',
-- def = false,
--},
}
return options
|