SetObjectScale

From Onset Developer Wiki
Revision as of 19:31, 24 January 2020 by 28days (talk | contribs)
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

  • __EDIT_ME__

Example

SetObjectScale(objectId, 10.0, 10.0, 10.0)

See also