BIS fnc drawBoundingBox: Difference between revisions
| en>Unknown user m (Generated by a modified version of BIS_fnc_exportFunctionsToWiki) | Lou Montana (talk | contribs)  m (1 revision imported) | 
| (No difference) | |
Revision as of 20:17, 3 June 2020
 
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
 
	