GetObjectMass: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets the mass of this object. This is an automatically calculated approximation.}}


{{FuncSyntax|GetObjectMass(object)}}
{{FuncSyntax|GetObjectMass(object)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|object|__EDIT_ME__}}
{{FuncParam|object|The object identifier.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns the mass as a float (kg)}}


== Example ==
== Example ==

Latest revision as of 20:00, 30 August 2020

GetObjectMass

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the mass of this object. This is an automatically calculated approximation.

Syntax

GetObjectMass(object)

Parameters

  • object
    The object identifier.

Return Value

  • Returns the mass as a float (kg)

Example

__EDIT_ME__

See also