Player.GetEyeTraceNoCursor
From GMod Wiki
Gamemode Function: Player.GetEyeTraceNoCursor | |
---|---|
Player.GetEyeTraceNoCursor is a function that is defined in the Sandbox Gamemode and its derivatives. |
Function | |
Syntax | Player:GetEyeTraceNoCursor( ) |
Description: | |
Traces a line from the player's view and returns a trace structure. | |
Returns: | Table :traceres |
In Object: | Player |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.GetEyeTraceNoCursor]Player.GetEyeTraceNoCursor [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- This is just like Player.GetEyeTrace except this does not return the trace to where your cursor is if a cursor is visible.