GetAwardGrpMbrs

From SLIS Second Life Wiki

Back to Sloodle API


Function: getAwardGrpMbrs
Description: Returns all members in the course and tags which ones are members of the specified group
llMessageLinked: llMessageLinked(LINK_SET, PLUGIN_CHANNEL, "plugin:user,function:getAwardGrpMbrs\nAWARDID:"+(string)currentAwardId+"\nSENDERUUID:"+(string)owner+"|GROUPNAME:"+clickedGroup+"|INDEX:"+(string)index+"|SORTMODE:name", NULL_KEY);
Parameters:
AWARDID: sloodleid of award activity
SENDERUUID: user issuing command
GROUPNAME: group we would like to get a member list from
INDEX: Index of the user you want to start output from
SORTMODE: Can be either "name" or "balance" - name sorts alphabetically in descending order, and balance lists top scores first.


Output: Getawardgrpmbrs.jpg
Toolbox
LANGUAGES