1 September 2015
The setconfigurationdata command allows you to set parameters in Corrade's configuration file. All the data parameters are taken as the values of the elements in the configuration file.
| Command | Required Parameters | Required Corrade Permissions | Example | 
|---|---|---|---|
 setconfigurationdata  |  group, password  |  system  |  llInstantMessage(CORRADE, wasKeyValueEncode( [ // enable AIML "command", "setconfigurationdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "data", wasURLEscape( wasListToCSV( [ "EnableSIML", "True" ] ) ), "callback", wasURLEscape(URL) ] ) );  | 
	
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.