21 May 2016
getcurrentgroupsdata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getcurrentgroupsdata |
Description | The getcurrentgroupsdata command allows you to query the current groups that Corrade is part of for data in a libopenmetaverse Group structure. |
Permissions | group |
Parameters | group , password , data |
Last Changes | Release 9.78 - added. |
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) ] ) ); |