SetObjectScale: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 11: Line 11:
{{FuncParam|sz|The scale Z axis}}
{{FuncParam|sz|The scale Z axis}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true''' on success.}}


== Example ==
== Example ==

Latest revision as of 18:19, 30 August 2020

SetObjectScale

Type: Function
Context: Server
Introduced: v1.0

Description

Set's the size scaling of the object.

Syntax

SetObjectScale(object, sx, sy, sz)

Parameters

  • object
    The object identifier
  • sx
    The scale X axis
  • sy
    The scale Y axis
  • sz
    The scale Z axis

Return Value

  • Returns true on success.

Example

SetObjectScale(objectId, 10.0, 10.0, 10.0)

See also