OnObjectModelChange: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Event|Client|1.1.0}} {{FuncDescription|Called when the model of an object is changed by SetObjectModel.}} {{FuncSyntax|OnObjectModelChange(object, model)}} {{Fun...")
 
(No difference)

Latest revision as of 17:10, 8 March 2020

OnObjectModelChange

Type: Event
Context: Client
Introduced: v1.1.0

Description

Called when the model of an object is changed by SetObjectModel.

Syntax

OnObjectModelChange(object, model)

Parameters

  • object
    The object identifier.
  • model
    The new model identifier.

Example

__EDIT_ME__

See also