Difference between revisions of "Template:AdminBot Event Variables Table"
From SmartBots Developers Docs
Line 16: | Line 16: | ||
! width="50" | Required | ! width="50" | Required | ||
! Description | ! Description | ||
− | {{API Variable| | + | {{API Variable|cmd|yes}} the numeric ID of {{{event}}} event |
Revision as of 11:28, 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);
}
}
Event parameters
link_message event receives cmd, str and id parameters. Their meaning for {{{event}}} event is explained below:
Variable | Required | Description | |
---|---|---|---|
cmd | yes | the numeric ID of {{{event}}} event |