Dota 2 Workshop Tools/Scripting/API/Global.UTIL MessageTextAll

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 16:43, 15 September 2014 by RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void UTIL_MessageTextAll(string message, int r, int g, int b, int a)

Sends a message to everyone in the message box


Example
UTIL_MessageTextAll( "Sometextinwhite", 255, 255, 255, 255 )

Parameters

Type Name Description
string message Message to write
int r red color
int g green color
int b blue color
int a transparency