Difference between revisions of "Template:AdminBot Variables Table"
From SmartBots Developers Docs
(Created page with "== Variables == The following table shows input values (you send them with the API call) and returned output values. {| class="niceTable" ! colspan="2" width="120" | Variabl...") |
|||
| Line 1: | Line 1: | ||
| + | <syntaxhighlight lang="lsl"> | ||
| + | llMessageLinked(LINK_SET, {{{1}}}, string str, key id); | ||
| + | </syntaxhighlight> | ||
| + | |||
== Variables == | == Variables == | ||
Revision as of 20:28, 3 May 2017
llMessageLinked(LINK_SET, {{{1}}}, 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. | |
|---|---|---|---|