Description
Provides the value (true or false) of a new toggle setting that will appear in the workshop settings card as a checkbox.
Return
bool
Arguments
Name: Category
Description: The name of the category in which this setting will be found.
Type: CustomStringLiteral
Default: CUSTOM STRINGName: Name
Description: The name of this setting.
Type: CustomStringLiteral
Default: CUSTOM STRINGName: Default
Description: The default value for this setting.
Type: BoolLiteral
Default: 0Name: Sort Order
Description: The sort order of the setting relative to other settings in the same category. Settings with a higher sort order will come after settings with a lower sort order.
Type: IntLiteral
Default: 0