ScriptEvent:broadcastToolTip

From Mod Wiki
Revision as of 11:11, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.