sizeOf: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


|arma|Game name=
|game1= arma1
|version1= 1.08


|1.08|Game version=
|game2= arma2
|version2= 1.00


|gr1= Object Manipulation |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Returns the diameter of bounding sphere of the object of given classname 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]].<br><br>
|game4= tkoh
|version4= 1.00


{{Important | At least one object of the given classname has to be present in the current mission otherwise zero will be returned}}|DESCRIPTION=
|game5= arma3
____________________________________________________________________________________________
|version5= 0.50
|gr1= Object Manipulation


| '''sizeOf''' classname |SYNTAX=
|descr= Returns the diameter of bounding sphere of the object of given classname in meters. If you need to estimate the size of the object more precisely, use [[boundingBox]] or [[boundingBoxReal]].
{{Feature | important | At least one object of the given classname has to be present in the current mission otherwise zero will be returned.}}


|p1= classname: [[String]] - object classname |PARAMETER1=
|s1= [[sizeOf]] classname


| [[Number]] |RETURNVALUE=
|p1= classname: [[String]]
____________________________________________________________________________________________
 
|x1= <code>_dimension = [[sizeOf]] "M1Abrams"; //returns 10.7833</code>|EXAMPLE1=
____________________________________________________________________________________________


| [[boundingBox]], [[boundingBoxReal]], [[boundingCenter]] |SEEALSO=
|r1= [[Number]] - 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.


|x1= <sqf>_dimension = sizeOf "M1Abrams"; // Returns 10.7833</sqf>
|seealso= [[boundingBox]] [[boundingBoxReal]] [[boundingCenter]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group: Object Manipulation|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns the diameter of bounding sphere of the object of given classname in meters. If you need to estimate the size of the object more precisely, use boundingBox or boundingBoxReal.
At least one object of the given classname has to be present in the current mission otherwise zero will be returned.
Groups:
Object Manipulation

Syntax

Syntax:
sizeOf classname
Parameters:
classname: String
Return Value:
Number - 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.

Examples

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

Additional Information

See also:
boundingBox boundingBoxReal boundingCenter

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