OnNPCStreamIn: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Event|Server & Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|OnNPCStreamIn(npc, player)}} {{FuncParameters}} {{FuncParam|npc|The NPC for the other player...")
 
No edit summary
Line 4: Line 4:


{{FuncSyntax|OnNPCStreamIn(npc, player)}}
{{FuncSyntax|OnNPCStreamIn(npc, player)}}
{{FuncSyntaxClient|OnNPCStreamIn(npc)}}


{{FuncParameters}}
{{FuncParameters}}

Revision as of 10:08, 23 March 2019

OnNPCStreamIn

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

Description

__EDIT_ME__

Syntax

OnNPCStreamIn(npc, player)
Client Syntax
OnNPCStreamIn(npc)

Parameters

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

Example

__EDIT_ME__

See also

Player

Vehicle

Game

Package

NPC

Object

Pickup

Text3D

Door