SetObjectEditable
From Onset Developer Wiki
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
- GetObjectCount
- GetObjectModelCount
- GetObjectModelGroup
- GetObjectModelName
- GetStreamedObjects
- GetObjectModel
- GetObjectLocation
- GetObjectRotation
- GetObjectScale
- GetObjectBoundingBox
- GetObjectSize
- EnableObjectHitEvents
- GetObjectMass
- SetObjectEditorSpeed
- SetObjectOutline
- SetObjectCastShadow
- SetObjectColor
- SetObjectEmissiveColor
- SetObjectTexture
- SetObjectAnimatedTexture