GetStreamedPlayersForPlayer

From Onset Developer Wiki
Revision as of 15:10, 19 November 2019 by 28days (talk | contribs)
GetStreamedPlayersForPlayer

Type: Function
Context: Server
Introduced: v1.0

Description

Returns the list of players streamed to the specified player.

Syntax

GetStreamedPlayersForPlayer(player)

Parameters

  • player
    The player identifier.

Return Value

  • The array of players streamed to the client.

Example

local streamedPlayers = GetStreamedPlayersForPlayer(playerid)

See also

__EDIT_ME__