OnObjectStreamIn

From Onset Developer Wiki
Revision as of 08:50, 16 January 2020 by Chloe (talk | contribs)
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