Difference between revisions of "Template:AdminBot Variables Table"

From SmartBots Developers Docs
Jump to: navigation, search
Line 1: Line 1:
Usage:
+
<syntaxhighlight lang="lsl">// Command usage:</syntaxhighlight>
 
+
 
<div class="mw-highlight">
 
<div class="mw-highlight">
 
<div class="mw-code"><span class="nf">llMessageLinked</span>(<span class="kc">LINK_SET</span>, {{{command}}}, <span class="kt">string</span> <span class="nv">str</span>, <span class="kt">key</span> <span class="nv">id</span>);</div>
 
<div class="mw-code"><span class="nf">llMessageLinked</span>(<span class="kc">LINK_SET</span>, {{{command}}}, <span class="kt">string</span> <span class="nv">str</span>, <span class="kt">key</span> <span class="nv">id</span>);</div>
 
</div>
 
</div>
 
<!-- a kind of mess above, it is a <syntaxhighlight> tag imitation -->
 
<!-- a kind of mess above, it is a <syntaxhighlight> tag imitation -->
 +
  
 
== Variables ==
 
== Variables ==

Revision as of 20:54, 3 May 2017

// Command usage:
llMessageLinked(LINK_SET, {{{command}}}, string str, key id);


Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description.