BIS fnc boundingBoxDimensions: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|arma2oa | |arma2oa | ||
|1.00 | |1.00 | ||
|gr1 = Object Manipulation | |gr1 = Object Manipulation | ||
|Returns the sizes of the three dimensions of an object's bounding box. | |Returns the sizes of the three dimensions of an object's bounding box. | ||
|[object] call '''BIS_fnc_boundingBoxDimensions''' | |[object] call '''BIS_fnc_boundingBoxDimensions''' | ||
|p1= object: [[Object]] - Object which bounding box should be returned. | |p1= object: [[Object]] - Object which bounding box should be returned. | ||
|[[Array]] - Bounding box dimensions in [X, Y, Z] | |[[Array]] - Bounding box dimensions in [X, Y, Z] | ||
|x1= <code>[player] [[call]] '''BIS_fnc_boundingBoxDimensions''';//Returns [1.6,2.2,2] for soldier</code> | |x1= <code>[player] [[call]] '''BIS_fnc_boundingBoxDimensions''';//Returns [1.6,2.2,2] for soldier</code> | ||
|[[boundingBox]] [[boundingCenter]] [[boundingBoxReal]] [[BIS_fnc_boundingBoxCorner]] [[BIS_fnc_boundingBoxMarker]] | |[[boundingBox]] [[boundingCenter]] [[boundingBoxReal]] [[BIS_fnc_boundingBoxCorner]] [[BIS_fnc_boundingBoxMarker]] | ||
}} | }} | ||
Revision as of 22:37, 17 January 2021
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