BOT_LIST_GROUPS
From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 06:58, 19 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_LIST_GROUPS}} <onlyinclude>Retrieves a list of all the groups the bot is in</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_LIST_GROUPS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Retrieves a list of all the groups the bot is in
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 | -- |
Result
The following event will be raised with the list of the bots groups
Example
llMessageLinked(LINK_SET, BOT_LIST_GROUPS, "", "");
- BOT LIST GROUPS