BIS fnc boundingBoxDimensions: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *O([a-z])" to "$1 - o$2")
 
(35 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Function|=
{{RV|type=function
____________________________________________________________________________________________


|arma2oa|= Game name
|game1= arma2oa
|version1= 1.50


|1.00|= Game version
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


|Returns the sizes of the three dimensions of an object's bounding box.|DESCRIPTION=
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


|[object] call '''BIS_fnc_boundingBoxDimensions'''|SYNTAX=
|gr1= Object Manipulation


|p1= object: [[Object]] - Object which bounding box should be returned.|= Parameter 1
|descr=Returns the sizes of the three dimensions of an object's bounding box.


|[[Array]] - Bounding box dimensions in [X, Y, Z]|RETURNVALUE=
|s1= object call [[BIS_fnc_boundingBoxDimensions]]
____________________________________________________________________________________________


|x1= <code>[player] [[call]] '''BIS_fnc_boundingBoxDimensions''';//Returns [1.6,2.2,2] for soldier</code> |= Example 1
|p1= object: [[Object]] - object which bounding box should be returned.
____________________________________________________________________________________________


|[[boundingBox]] [[boundingCenter]] [[boundingBoxReal]] [[BIS_fnc_boundingBoxCorner]] [[BIS_fnc_boundingBoxMarker]]|SEEALSO=
|r1= [[Array]] - bounding box dimensions in [X, Y, Z]
}}


<h3 style="display:none">Notes</h3>
|x1= <sqf>player call BIS_fnc_boundingBoxDimensions;//Returns [1.6,2.2,2] for soldier</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[boundingBox]] [[boundingCenter]] [[boundingBoxReal]] [[BIS_fnc_boundingBoxCorner]] [[BIS_fnc_boundingBoxMarker]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Objects|{{uc:boundingBoxDimensions}}]]
[[Category:Functions|{{uc:boundingBoxDimensions}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:boundingBoxDimensions}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:boundingBoxDimensions}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:boundingBoxDimensions}}]]

Latest revision as of 15:42, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns the sizes of the three dimensions of an object's bounding box.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
object call BIS_fnc_boundingBoxDimensions
Parameters:
object: Object - object which bounding box should be returned.
Return Value:
Array - bounding box dimensions in [X, Y, Z]

Examples

Example 1:
player call BIS_fnc_boundingBoxDimensions;//Returns [1.6,2.2,2] for soldier

Additional Information

See also:
boundingBox boundingCenter boundingBoxReal BIS_fnc_boundingBoxCorner BIS_fnc_boundingBoxMarker

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