GetObjectDimension

From Onset Developer Wiki
GetObjectDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the dimension of this object.

Syntax

GetObjectDimension(object)

Parameters

  • object
    The object identifier.

Return Value

  • Returns the dimension.

Example

print("Object Dimension: " .. GetObjectDimension(object))

See also