{
Name:"Sensitivity",
Items:["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15"],
Type:"SpinDrop",
Value:"8",
Params:"range=5:1-15",
Title:"@Sensitivity",
Layout:"<hr>,<addstretch=1>",
}
var xCtrl=p_xSkin.getControl(); // getting the Control from the skin
var xCfgData=xCtrl.getConfigData(); // getting the ConfigData from the Control
var sens=xCfgData["Sensitivity"]; // getting the Config Value using its name.
this.CallFunc("PluginName:FunctionName", [sens, param2, ...]); // passing sens and more params if needed
Users browsing this forum: No registered users and 1 guest