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