debugoverlay.Line
From GMod Wiki
Revision as of 21:28, 2 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
debugoverlay.Line( Vector pos1, Vector pos2, Float duration (Seconds) (Defaults to 1), Color color (Defaults to white), Boolean skipdepth (Defaults to false) ) Where is this used? |
Description: | |
Creates a simple line the in 3D world space. | |
Returns: | nil |
Part of Library: | debugoverlay |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Debugoverlay.Line]Debugoverlay.Line [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- If the skipdepth argument is true, the line will Ingore Z and render through everything (becoming an overlay).
- Nothing will happen unless developer mode is greater than or equal to 1 (on).