Dota 2 Workshop Tools/Scripting/API/CDOTA CustomUIManager.DynamicHud Destroy
< Dota 2 Workshop Tools | Scripting | API

Function Description
void DynamicHud_Destroy(int int_1, string string_2)
Destroy a custom hud element ( int PlayerID /*-1 means everyone*/, string ElementID )
- Example
function CDOTA_CustomUIManager:DynamicHud_Destroy( int_1, string_2 ) end
Parameters
Type | Name | Description |
---|---|---|
int | int_1 | No Description Set |
string | string_2 | No Description Set |