boundingBox
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Returns a bounding box of given object in model coordinate space.
Syntax
- Syntax:
- Array = boundingBox model
- Parameters:
- model : 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
- Multiplayer:
- Behaviour unknown.

