sizeOf: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (description updated) |
m (see also) |
||
Line 23: | Line 23: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[boundingBox]], [[boundingBoxReal]] |= See also | | [[boundingBox]], [[boundingBoxReal]], [[boundingCenter]] |= See also | ||
}} | }} |
Revision as of 13:59, 8 June 2014
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:
- 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