Gamemode.ScoreboardHide

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NameScoreboardHide
SyntaxGM:ScoreboardHide( )
DescriptionCalled when the player stopped holding the scoreboard key( default Tab).
ReturnsNil
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.ScoreboardHide]Gamemode.ScoreboardHide [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionPrint a text in the console when the player stopped holding the scoreboard key.
Used onNewerClient.png
Code
function GM:ScoreboardHide()
	Msg( "Hello World!\n" )
end
OutputPrints 'Hello World' in the console.


See Also

Gamemode.ScoreboardShow

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox