• Find Everyone Looking At A Specific Player
    4 replies, posted
Is there a function to find all players looking at another player? The only way I can think of is to loop through every player and get their EyeTrace, however, I am wondering if there is a more efficient way to do this, seeing how this will be called a lot of times.
That is the only way.
Alright, thank you.
Also, keep in mind that GetEyeTrace is cached on every frame, so it's not that bad to call it within a loop.
Alright, thanks for the info.
Sorry, you need to Log In to post a reply to this thread.