OnObjectStreamOut: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Event|Client|1.0}} {{FuncDescription|Called when an object is streamed out from the server.}} {{FuncSyntax|OnObjectStreamOut(object)}} {{FuncParameters}} {{FuncParam...")
 
mNo edit summary
Line 12: Line 12:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ClientEvents}}
{{ObjectClientEvents}}

Revision as of 09:25, 16 January 2020

OnObjectStreamOut

Type: Event
Context: Client
Introduced: v1.0

Description

Called when an object is streamed out from the server.

Syntax

OnObjectStreamOut(object)

Parameters

  • object
    The object identifier which streamed out.

Example

__EDIT_ME__

See also