GetObjectDimension

From Onset Developer Wiki
Revision as of 14:28, 26 June 2021 by FlyingFork (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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