OnVehicleStreamOut: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|OnVehicleStreamOut}}
{{FuncSyntax|OnVehicleStreamOut(vehicle, player)}}
{{FuncSyntaxClient|OnVehicleStreamOut(vehicle)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|vehicle|The vehicle for the other player is streamed out.}}
{{FuncParam|player|The player that streams out for vehicle.}}
== Example ==
== Example ==
__EDIT_ME__
__EDIT_ME__

Revision as of 10:14, 23 March 2019

OnVehicleStreamOut

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

Description

__EDIT_ME__

Syntax

OnVehicleStreamOut(vehicle, player)
Client Syntax
OnVehicleStreamOut(vehicle)

Parameters

  • vehicle
    The vehicle for the other player is streamed out.
  • player
    The player that streams out for vehicle.

Example

__EDIT_ME__

See also

Player

Vehicle

Game

Package

NPC

Object

Pickup

Text3D

Door