util.TraceEntityHull

From GMod Wiki

Jump to: navigation, search
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: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Util.TraceEntityHull]Util.TraceEntityHull [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionDo a trace from Player 1 to Player 2
Used onNewerShared.png
Code
 
 
traceRes=util.TraceEntityHull(player.GetByID(1),player.GetByID(2) )
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox