cam.End3D2D
From GMod Wiki
Function | |
Syntax |
cam.End3D2D( ) Where is this used? |
Description: | |
Stops rendering from the 3D positioned camera. | |
Returns: | nil |
Part of Library: | cam |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Cam.End3D2D]Cam.End3D2D [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- This and all other EndnD functions are to be paired with their companion StartnD functions. Anything between them will be drawn with the modes set by the camera.
- If you run Cam.End3D2D() without a corresponding Cam.Start3D2D() it will crash the game. (currently running "lua_run_cl cam.End3D2D()" in console does NOT crash you, so this may no longer apply)