EFFECT.Render
From GMod Wiki
Event Hook | |
Hook Name | Render |
Syntax | EFFECT:Render( ) |
Description | Do all your rendering in here! |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=EFFECT.Render]EFFECT.Render [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- If you return true in your Think-function, you must have this function (even if it's empty).