boundingBox: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:


| [[Array]] - An array with the extreme points of the model. Format: <code>[[minX, minZ, minY], [maxX, maxZ, maxY]]</code> |= Return value
| [[Array]] - An array with the extreme points of the model. Format: <code>[[minX, minZ, minY], [maxX, maxZ, maxY]]</code> |= Return value
____________________________________________________________________________________________
|x1= <pre>_box = boundingBox abrams</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 12:40, 2 August 2006

-wrong parameter ("Arma") defined!-2.92
Hover & click on the images for description

Description

Description:
Returns a bounding box of given object in model coordinate space.
Groups:
Uncategorised

Syntax

Syntax:
boundingBox
Parameters:
object: Object
Return Value:
Array - An array with the extreme points of the model. Format: [[minX, minZ, minY], [maxX, maxZ, maxY]]

Examples

Example 1:
_box = boundingBox abrams

Additional Information

See also:
See also needed

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

Notes

Bottom Section