Difference between revisions of "Lua:RemoveHudItemFromAll"

From Fortress Forever Wiki
Jump to navigationJump to search
(New page: {{Infobox manual/Header}} ==RemoveHudItemFromAll== Deletes an icon, text, or timer from all players' screens ===Usage=== <pre>RemoveHudItemFromAll( HUD_id )</pre> ===Input=== * HUD_id(s...)
 
(No difference)

Latest revision as of 11:17, 11 May 2009


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" )