OnPlayerStreamIn: Difference between revisions

From Onset Developer Wiki
No edit summary
m (Updated description)
Line 1: Line 1:
{{Info|Event|Server & Client|1.0}}
{{Info|Event|Server & Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Called when another user is streamed in (rendered) for the player.}}


{{FuncSyntax|OnPlayerStreamIn(player, otherplayer)}}
{{FuncSyntax|OnPlayerStreamIn(player, otherplayer)}}

Revision as of 18:39, 19 December 2019

OnPlayerStreamIn

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

Description

Called when another user is streamed in (rendered) for the player.

Syntax

OnPlayerStreamIn(player, otherplayer)
Client Syntax
OnPlayerStreamIn(player)

Parameters

  • player
    The player for the other player is streamed in.
  • otherplayer
    The player that streams in for player.

Example

__EDIT_ME__

See also

Player

Vehicle

Game

Package

NPC

Object

Pickup

Text3D

Door