sizeOf: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description updated)
m (see also)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[boundingBox]], [[boundingBoxReal]] |= See also
| [[boundingBox]], [[boundingBoxReal]], [[boundingCenter]] |= See also


}}
}}

Revision as of 14:59, 8 June 2014

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Returns an approximate size of the object of given type in meters. Size returned is usually bigger than the biggest size of the object along any of the axes. For example if object is 10 x 4 x 5 the sizeOf value returned expected to be around 10. If you need to estimate the size of the object more precisely, use boundingBox or boundingBoxReal. NOTE: The object has to be present in current mission to be able to read its size (otherwise zero will be returned).
Groups:
Uncategorised

Syntax

Syntax:
Number = sizeOf type
Parameters:
type: String
Return Value:
Number

Examples

Example 1:
_dimension = sizeOf "M1Abrams"; //returns 10.7833

Additional Information

See also:
boundingBoxboundingBoxRealboundingCenter

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section