OnPlayerStreamOut: Difference between revisions
From Onset Developer Wiki
No edit summary |
m Player server events and description. |
||
Line 1: | Line 1: | ||
{{Info|Event|Server & Client|1.0}} | {{Info|Event|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Called when a player streams out of the streaming distance set by [[server_config]] for another player.}} | ||
{{FuncSyntax|OnPlayerStreamOut(player, otherplayer)}} | {{FuncSyntax|OnPlayerStreamOut(player, otherplayer)}} | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{ | {{PlayerServerEvents}} |
Revision as of 07:51, 16 January 2020
Description
Called when a player streams out of the streaming distance set by server_config for another player.
Syntax
OnPlayerStreamOut(player, otherplayer)
Client Syntax
OnPlayerStreamOut(player)
Parameters
- player
The player for the other player is streamed out. - otherplayer
The player that streams out for player.
Example
__EDIT_ME__