OnObjectStreamIn

From Onset Developer Wiki
Revision as of 14:31, 18 July 2021 by BlueMountains (talk | contribs)
OnObjectStreamIn

Type: Event
Context: Client
Introduced: v1.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