Lua:RemoveHudItemFromAll

From Fortress Forever Wiki
Revision as of 11:17, 11 May 2009 by Crazycarl (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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" )