Difference between revisions of "Template:AdminBot Event Variables Table"
From SmartBots Developers Docs
Line 8: | Line 8: | ||
<!-- a kind of mess above, it is a <syntaxhighlight> tag imitation --> | <!-- a kind of mess above, it is a <syntaxhighlight> tag imitation --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== API parameters == | == API parameters == |
Revision as of 11:21, 3 November 2017
// Event usage:
link_message(integer sender, integer cmd, string data, key id) {
if(cmd == {{{event}}}) {
llOwnerSay("Event " + cmd + " arrived! Data:\n" + data);
}
}
API parameters
llMessageLinked function accepts str and id parameters. Their meaning for {{{command}}} is explained below:
Variable | Required | Description. |
---|