Dota 2 Workshop Tools/Scripting/API/GameMode.SetHUDVisible: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota_Lebot push: Updated Page)
 
mNo edit summary
Line 1: Line 1:
{{Note | This page is automatically generated. Any changes may be overwritten}}
{{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

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

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