Posts: 285
Threads: 154
Joined: Mar 2016
Reputation:
0
Hi,
Is this function IsPlayerStreamedIn if player will be in other world or interior he will not be streamed?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
As far as I know this only returns true if the specified player is actually visible on the other player's screen, or would be visible if there weren't any objects blocking the line of sight (i.e. it's not a LOS test). So no, players in other interiors or virtual worlds probably aren't counted as streamed. To be absolutely sure you'd have to test it, though.