GetObjectSize: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[GetObjectCount]]
* [[GetObjectModelCount]]
* [[GetObjectModelGroup]]
* [[GetObjectModelName]]
* [[GetStreamedObjects]]
* [[GetObjectModel]]
* [[GetObjectLocation]]
* [[GetObjectRotation]]
* [[GetObjectScale]]
* [[GetObjectBoundingBox]]
* [[EnableObjectHitEvents]]
* [[GetObjectMass]]
* [[SetObjectEditorSpeed]]
* [[SetObjectEditable]]
* [[SetObjectOutline]]
* [[SetObjectCastShadow]]
* [[SetObjectColor]]
* [[SetObjectEmissiveColor]]
* [[SetObjectTexture]]
* [[SetObjectAnimatedTexture]]

Revision as of 14:55, 14 November 2019

GetObjectSize

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetObjectSize(object)

Parameters

  • object
    __EDIT_ME__

Return Value

  • Returns 3 floats containing the size of this objects model in all 3 dimensions.

Example

__EDIT_ME__

See also