Gamemode.PostDrawSkyBox

From GMod Wiki

Revision as of 23:42, 8 May 2011 by oh (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Event Hook
Hook NamePostDrawSkyBox
SyntaxGM:PostDrawSkyBox( )
DescriptionThis is called after the skybox is drawn.
ReturnsNil
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.PostDrawSkyBox]Gamemode.PostDrawSkyBox [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]

Examples

DescriptionPrint a message after the skybox is drawn.
Used onNewerClient.png
Code
function GM:PostDrawSkyBox()
    Msg( "Skybox has been drawn!" )
end
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox