G.DOFModeHack
From GMod Wiki
Revision as of 20:57, 3 November 2009 by Crazy Quebecer (Talk | contribs)
Internal Function: DOFModeHack | |
DOFModeHack is an internal function. This means you will be able to call it, but you really shouldn't. |
Function | |
Syntax |
DOFModeHack( Boolean bool ) Where is this used? |
Description: | |
Used by the "Depth of field" Post-processing effect internally. | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.DOFModeHack]G.DOFModeHack [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- I'm not sure if this warrants the Lua_internal template, but this is called from both the DOF_Kill and DOF_Start, and never outside.