- Joined
- Jul 4, 2015
- Messages
- 26
- Reaction score
- 4
- Primarily Uses
Does anyone know how to create a new positon in options which does not contain the selection on / off but the the range, or displays text.
For example, the position can set the range for variable.
I tried to copy, paste, edit from audio options, etc. but nothing works.
I have :
ConfigManager.dekoWindowskinOption = function (config, name) {
var value = config[name];
if (value !== undefined) {
return Number(value).clamp(0, 100);
} else {
return 1;
}
};
But it still is toggle On/Off
Can someone explain me how it works because i can't find a way....
Thank you in advance.
For example, the position can set the range for variable.
I tried to copy, paste, edit from audio options, etc. but nothing works.
I have :
ConfigManager.dekoWindowskinOption = function (config, name) {
var value = config[name];
if (value !== undefined) {
return Number(value).clamp(0, 100);
} else {
return 1;
}
};
But it still is toggle On/Off
Can someone explain me how it works because i can't find a way....
Thank you in advance.
