BOT_LIST_GROUP_ROLES
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 12:35, 4 March 2019 by Scullyuk (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_LIST_GROUP_ROLES}} <onlyinclude>Retrieves a list of all the role names and uuid's for a group which the bot is a member of.</onlyinclude> {{API Variables T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Retrieves a list of all the role names and uuid's for a group which the bot is a member of.
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | uuid of group to retrieve a list of roles |
Result
The following event will be raised with the list of the bots groups
Example
llMessageLinked(LINK_SET, BOT_LIST_GROUPS, "", "0b65a122-8f77-64fe-5b2a-225d4c490d9c");
- BOT LIST GROUP ROLES