Difference between revisions of "Template:AdminBot Event Variables Table"

From SmartBots Developers Docs
Jump to: navigation, search
Line 16: Line 16:
 
! width="50" | Required
 
! width="50" | Required
 
! Description
 
! Description
{{API Variable|cmd|yes}} the {{{event}}}'s numeric ID<!--
+
{{API Variable|cmd|yes}} the {{{event}}}'s numeric ID

Revision as of 11:29, 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 {{{event}}}'s numeric ID