Gamemode.PostDrawSkyBox
From GMod Wiki
| Event Hook | |
| Hook Name | PostDrawSkyBox |
| Syntax | GM:PostDrawSkyBox( ) |
| Description | This is called after the skybox is drawn. |
| Returns | Nil |
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=Gamemode.PostDrawSkyBox]Gamemode.PostDrawSkyBox [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Print a message after the skybox is drawn. |
|---|---|
| Used on | |
| Code | function GM:PostDrawSkyBox() Msg( "Skybox has been drawn!" ) end |
| Output | N/A |