Difference between revisions of "AdminBot for LSL/Commands/SB SETUP SETGROUPUUID"

From SmartBots Developers Docs
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE: SB_SETUP_SETGROUPUUID}}
 
{{DISPLAYTITLE: SB_SETUP_SETGROUPUUID}}
<onlyinclude>The same as SB_SETUP_SETGROUP, but uses group UUID instead of name.</onlyinclude>
+
<onlyinclude>The same as [[AdminBot_for_Groups/Commands/SB_SETUP_SETGROUP|SB_SETUP_SETGROUP]], but uses group UUID instead of name.</onlyinclude>
  
{{API Variables Table}}
+
{{AdminBot Variables Table|command=SB_SETUP_SETGROUPUUID}}
  
 
{{AdminBot Required Vars|SB_SETUP_SETGROUPUUID}}
 
{{AdminBot Required Vars|SB_SETUP_SETGROUPUUID}}
Line 13: Line 13:
  
 
One of the following events will be generated:
 
One of the following events will be generated:
* [[AdminBot Events|SB_SETUP_SUCCESS]]
+
* [[AdminBot for Groups/Events|SB_SETUP_SUCCESS]]
* [[AdminBot Events|SB_SETUP_FAILED]]
+
* [[AdminBot for Groups/Events|SB_SETUP_FAILED]]
  
 
{{AdminBot for Groups Commands - standard footer}}
 
{{AdminBot for Groups Commands - standard footer}}

Latest revision as of 13:11, 12 May 2017

The same as SB_SETUP_SETGROUP, but uses group UUID instead of name.

// Command usage:
llMessageLinked(LINK_SET, SB_SETUP_SETGROUPUUID, string str, key id);


API parameters

llMessageLinked function accepts str and id parameters. Their meaning for SB_SETUP_SETGROUPUUID is explained below:

Variable Required Description.


str yes security code
id yes group UUID

Result

One of the following events will be generated: