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