Some documentation.

This commit is contained in:
Relintai 2016-05-06 16:09:39 +02:00
parent be3936dcbe
commit cb1a2ba8da

View File

@ -423,7 +423,7 @@ function Vect:getGlobalOptions()
type = "header", name = "Global CD Type sorting", order = 13
},
cdtypesortordertoggle = {
type = "toggle", name = "Enabled", desc = "Enable/Disable CD Type Sort Order", order = 15,
type = "toggle", name = "Enabled", desc = "Enable/Disable CD Type Sort Order, It works like this: you set silence to 1, then cc to 2 and anticc to 2, then silences will go first, then cc and anticc as secound, they are organized within groups based on how you set them in the CDs settings tab.", order = 15,
get = function() return Vect:getCDTypeSortingEnable() end,
set = function(_, v)
Vect:setCDTypeSortingEnable(v);