OnPlayerStreamOut

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
OnPlayerStreamOut

Type: Event
Context: Server & Client
Introduced: v1.0

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__

See also