Difference between revisions of "ScriptEvent:broadcastToolTip"

From Mod Wiki
 
(No difference)

Latest revision as of 11:11, 5 November 2007

Parameters

integer tooltip -- Index of tooltip to be shown.
entity (cannot be null) client -- Client to send the message to.
wide string parm1 -- Optional text to insert into tooltip #1.
wide string parm2 -- Optional text to insert into tooltip #2.
wide string parm3 -- Optional text to insert into tooltip #3.
wide string parm4 -- Optional text to insert into tooltip #4.

Result

None.

Supported By

sdSysCallThread

Functionality

Sends a message to a specific client to show the specified tooltip, with optional parameters.