Garry's Mod Wiki

Revision Difference

GM:ScoreboardHide#544262

<function name="ScoreboardHide" parent="GM" type="hook"> <ishook>yes</ishook> <description>Called when player released the scoreboard button. ( TAB by default )</description> <realm>Client</realm> </function> ⤶ <example>⤶ <code>hook.Add( "ScoreboarHide", "EQScoreboarClose", function()⤶ -- Use something like Base:Remove or DFrame:Close⤶ end )</code>⤶ </example>⤶