BIS fnc drawBoundingBox: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
en>Unknown user
m (Generated by a modified version of BIS_fnc_exportFunctionsToWiki)
 
m (1 revision imported)
(No difference)

Revision as of 21:17, 3 June 2020


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