Dota 2 Workshop Tools/Scripting/API/CDOTAGamerules.SendCustomMessageToTeam
< Dota 2 Workshop Tools | Scripting | API
Revision as of 19:27, 1 September 2015 by RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page)

Function Description
void SendCustomMessageToTeam(string string_1, int int_2, int int_3, int int_4)
Sends a message on behalf of a player to the specified team.
- Example
function CDOTAGamerules:SendCustomMessageToTeam( string_1, int_2, int_3, int_4 ) end
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | No Description Set |
int | int_2 | No Description Set |
int | int_3 | No Description Set |
int | int_4 | No Description Set |