Difference between revisions of "Template:AdminBot Variables Table"
From SmartBots Developers Docs
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <syntaxhighlight lang="lsl">// Command usage:</syntaxhighlight> | |
+ | <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> | ||
+ | <!-- a kind of mess above, it is a <syntaxhighlight> tag imitation --> | ||
− | |||
− | + | == API parameters == | |
− | + | ||
− | + | ||
− | + | ''llMessageLinked'' function accepts ''str'' and ''id'' parameters. Their meaning for {{{command}}} is explained below: | |
− | + | ||
− | + | ||
{| class="niceTable" | {| class="niceTable" |
Latest revision as of 21:14, 3 May 2017
// Command usage:
llMessageLinked(LINK_SET, {{{command}}}, string str, key id);
API parameters
llMessageLinked function accepts str and id parameters. Their meaning for {{{command}}} is explained below:
Variable | Required | Description. |
---|