Gamemode.PostRenderVGUI

From GMod Wiki

Jump to: navigation, search
Event Hook
Hook NamePostRenderVGUI
SyntaxGM:PostRenderVGUI( )
DescriptionCalled after the VGUI has been rendered.
ReturnsNil
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.PostRenderVGUI]Gamemode.PostRenderVGUI [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]

Examples

DescriptionPrints text to the console after the VGUI has been rendered.
Used onNewerClient.png
Code
function GM:PostRenderVGUI()
    print( "VGUI has been drawn!" )
end
OutputVGUI has been drawn!
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox