Skip to content
github-actions[bot] edited this page Jul 22, 2026 · 6 revisions

Settings Reference

Reference for the setting table you register with TARDIS:AddSetting(). For an overview of the settings system, see Settings.

tardis_setting

Field Type Required Description
id string Yes
name string? No
type string? No
value any Yes
section string? No
subsection string? No
option boolean? No
class string? No
convar tardis_setting_convar? No
min number? No
max number? No
round_func (fun(value: number) -> number)? No
get_values_func (fun() -> table[])? No
sort boolean? No
func (fun(self: TARDIS))? No

tardis_setting_convar

Used in tardis_setting.

Field Type Required Description
name string Yes
flags integer[] Yes
desc string? No

Clone this wiki locally