util.GetPixelVisibleHandle
From GMod Wiki
| Function | |
| Syntax |
util.GetPixelVisibleHandle( ) Where is this used? |
| Description: | |
| Returns the pixel visible handle to use with util.PixelVisible. | |
| Returns: | pixelvis_handle_t |
| Part of Library: | Util |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.GetPixelVisibleHandle]Util.GetPixelVisibleHandle [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Should not be called every frame or it won't draw. Try to call it only once.