21 May 2016
The getcurrentgroupsdata command allows you to query the current groups that Corrade is part of for data in a libopenmetaverse Group structure.
| Command | Required Parameters | Required Corrade Permissions | Example | 
|---|---|---|---|
 getcurrentgroupsdata  |  group, password, data  |  group  |  llInstantMessage(CORRADE, wasKeyValueEncode( [ // retrieve the group charter // for all groups that Corrade // is a current member of "command", "getcurrentgroupsdata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "data", "Charter", "callback", wasURLEscape(URL) ] ) );  |