Lua:RemoveHudItem
From Fortress Forever Wiki
Jump to navigationJump to search
RemoveHudItemDeletes an icon, text, or timer from a player's screen UsageRemoveHudItem( player, HUD_id ) Input
OutputReturns: nothing Examplelocal player = CastToPlayer( player_entity ) RemoveHudItem( player, "mapoverlay" ) |