Dota 2 Workshop Tools/Scripting/API/Global.ShowGenericPopup: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 8: | Line 8: | ||
''' void ShowGenericPopup(string ''title'', string ''content'', string ''unknown'', string ''unknown'', int ''containerType'') ''' | ''' void ShowGenericPopup(string ''title'', string ''content'', string ''unknown'', string ''unknown'', int ''containerType'') ''' | ||
'''' | ''Shows a generic popup to all users'' | ||
Revision as of 21:31, 10 August 2014

Function Description
void ShowGenericPopup(string title, string content, string unknown, string unknown, int containerType)
Shows a generic popup to all users
Parameters
Type | Name | Description |
---|---|---|
string | title | No Description Set |
string | content | No Description Set |
string | unknown | No Description Set |
string | unknown | No Description Set |
int | containerType | No Description Set |