sizeOf
Jump to navigation
Jump to search
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
Examples
- Example 1:
_dimension = sizeOf "M1Abrams"; //returns 10.7833
Additional Information
- See also:
- boundingBoxboundingBoxReal
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