Gamemode.PostDrawOpaqueRenderables

From GMod Wiki

Revision as of 11:42, 18 April 2010 by Dlaor (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Event Hook
Hook NamePostDrawOpaqueRenderables
SyntaxGM:PostDrawOpaqueRenderables( )
DescriptionThis is called after entites are drawn.
ReturnsNil
Lua StateNewerClient.png
BBCode[b][url=wiki.garrysmod.com/?title=Gamemode.PostDrawOpaqueRenderables]Gamemode.PostDrawOpaqueRenderables [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]

Examples

DescriptionPrint a message after all entites are drawn.
Used onNewerClient.png
Code
function GM:PostDrawOpaqueRenderables()
    Msg( "Entities have been drawn!" )
end
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox