TOOL:Reload
From GMod Wiki
Event Hook | |
Hook Name | Reload |
Syntax | TOOL:Reload( TraceRes tr ) |
Description | Called when the user presses their reload key. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=TOOL:Reload]TOOL:Reload [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Returning true shows the tracer beam, returning false hides it.
- Doesn't seem to be called on the client side in single-player mode, for whatever reason.