Dota 2 Workshop Tools/Scripting/API/GameMode.SetHUDVisible
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search

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 |