SetObjectEditable

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SetObjectEditable

Type: Function
Context: Client
Introduced: v1.0

Description

Enables a gizmo on an object. A gizmo can be used to move, rotate and scale the object with the mouse.

Syntax

SetObjectEditable(object, EditMode)

Parameters

  • object
    The object identifier.
  • EditMode
    One of the EditModes.

Return Value

  • Returns true on success.

Example

See the mapeditor/client/editor.lua script in the example scripts repository. https://github.com/BlueMountainsIO/OnsetLuaScripts

See also