util.TraceEntityHull
From GMod Wiki
Revision as of 19:15, 29 October 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
util.TraceEntityHull( Entity , Entity ) Where is this used? |
Description: | |
Traces from one ent to another. | |
Returns: | Table :traceres |
Part of Library: | Util |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.TraceEntityHull]Util.TraceEntityHull [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Do a trace from Player 1 to Player 2 |
---|---|
Used on | |
Code | traceRes=util.TraceEntityHull(player.GetByID(1),player.GetByID(2) ) |
Output | N/A |
Additional Notes
- Seems to be broken returning no data but the default for the traceres