Gamemode.PostRenderVGUI

From GMod Wiki

Revision as of 17:47, 15 September 2009 by Dlaor (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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