Dota 2 Workshop Tools/Scripting/API/GameMode.SetHUDVisible: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Note | This page is automatically generated. | {{Note|This page is automatically generated. Any changes may be overwritten}}[[Category:Dota2Function]][[Category:GameMode]] | ||
[[Category:Dota2Function]] | |||
[[Category:GameMode]] | |||
== Function Description == | == Function Description == | ||
''' void SetHUDVisible(int ''a'', bool ''b'') ''' | ''' void SetHUDVisible(int ''a'', bool ''b'') ''' | ||
''Sets the hud visible for player'' | ''Sets the hud visible for player'' | ||
;Example | ;Example |
Revision as of 18:35, 23 July 2023

Function Description
void SetHUDVisible(int a, bool b)
Sets the hud visible for player
- Example
--some code here
Parameters
Type | Name | Description |
---|---|---|
int | a | No Description Set |
bool | b | No Description Set |