BIS fnc boundingBoxMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma2oa |= Game name
| arma2oa |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Creates marker on object with size of objects' bounding box. |Description=
File: fn_boundingBoxMarker.sqf
____________________________________________________________________________________________


Description:
| object call [[BIS_fnc_boundingBoxMarker]] |Syntax=
Creates marker on object with size of objects' bounding box.


Parameter(s):
_this: Object


Returns:
|p1= object: [[Object]] |Parameter 1=
String (marker)
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[String]] - Marker |Return value=
<!---
|exec= spawn |= Execution
--->
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_boundingBoxMarker]]; --> |= Syntax
|x1= <code>BIS_Vehicle [[call]] [[BIS_fnc_boundingBoxMarker]];</code>|Example 1=
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=
| [[boundingBox]], [[sizeOf]], [[boundingBoxReal]], [[boundingCenter]]  |See also=
____________________________________________________________________________________________
 
| |= See also
 
}}
}}



Revision as of 17:00, 11 June 2018

Hover & click on the images for description

Description

Description:
Creates marker on object with size of objects' bounding box.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
object call BIS_fnc_boundingBoxMarker
Parameters:
object: Object
Return Value:
String - Marker

Examples

Example 1:
BIS_Vehicle call BIS_fnc_boundingBoxMarker;

Additional Information

See also:
boundingBoxsizeOfboundingBoxRealboundingCenter

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