From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
- /*
Description:
Draw bounding box around given objects
Parameter(s):
_this select 0: ARRAY of objects
_this select 1: ARRAY in format of COLOR (R,G,B,A) 
_this select 2: BOOL  whether the function should draw or not
	
Returns:
Bool status
Example: 
[[BIS_building],  [1,0,1,1], true] call bis_fnc_drawBoundingBox; to add
[[], [], false] call bis_fnc_drawBoundingBox; to remove
*/
 (Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
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