OnObjectStreamIn: Difference between revisions

From Onset Developer Wiki
mNo edit summary
mNo edit summary
Line 12: Line 12:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{NPCClientEvents}}
{{ObjectClientEvents}}

Revision as of 09:19, 16 January 2020

OnObjectStreamIn

Type: Event
Context: Client
Introduced: v1.0

Description

Called when an object is streamed in from the server.

Syntax

OnObjectStreamIn(object)

Parameters

  • object
    The object identifier which streamed in.

Example

__EDIT_ME__

See also