SetObjectEditable

From Onset Developer Wiki
Revision as of 10:30, 12 May 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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