Dota 2 Workshop Tools/Scripting/API/Global.ShowGenericPopup: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
(Dota_Lebot push: Updated Page)
Line 4: Line 4:




''' void ShowGenericPopup(string '''', string '''', string '''', string '''', int '''') '''
''' void ShowGenericPopup(string ''title'', string ''content'', string ''unknown'', string ''unknown'', int ''containerType'') '''


''Show a generic popup dialog for all players.''
''''




Line 17: Line 17:
|-
|-
| string
| string
|  
| title
| No Description Set
| No Description Set
|-
|-
| string
| string
|  
| content
| No Description Set
| No Description Set
|-
|-
| string
| string
|  
| unknown
| No Description Set
| No Description Set
|-
|-
| string
| string
|  
| unknown
| No Description Set
| No Description Set
|-
|-
| int
| int
|  
| containerType
| No Description Set
| No Description Set
|}
|}

Revision as of 00:07, 9 August 2014

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void ShowGenericPopup(string title, string content, string unknown, string unknown, int containerType)

'


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