Lua:RemoveHudItemFromAll

From Fortress Forever Wiki
Jump to navigationJump to search


RemoveHudItemFromAll

Deletes an icon, text, or timer from all players' screens

Usage

RemoveHudItemFromAll( HUD_id )

Input

  • HUD_id(string) the name of the HUD item to be removed This is the same string that was used when the HUD item was created.

Output

Returns: nothing

Example

RemoveHudItemFromAll( "mapoverlay" )