OnObjectStreamIn: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Info|Event|Client|1.5.0}}
{{Info|Event|Client & Server|1.0/1.5.0}}


{{FuncDescription|Called when an object is streamed in from the server.}}
{{FuncDescription|Called when an object is streamed in from the server.}}

Revision as of 14:31, 18 July 2021

OnObjectStreamIn

Type: Event
Context: Client & Server
Introduced: v1.0/1.5.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