OnPlayerStreamIn

From Onset Developer Wiki
Revision as of 18:39, 19 December 2019 by Justus (talk | contribs) (Updated description)
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