BIS fnc boundingBoxMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Objects(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 7: Line 6:


|gr1 = Object Manipulation |GROUP1=
|gr1 = Object Manipulation |GROUP1=
____________________________________________________________________________________________


| Creates marker on object with size of objects' bounding box. |Description=
| Creates marker on object with size of objects' bounding box. |Description=
____________________________________________________________________________________________


| object call [[BIS_fnc_boundingBoxMarker]] |Syntax=
| object call [[BIS_fnc_boundingBoxMarker]] |Syntax=
Line 21: Line 18:
|exec= spawn |Execution=
|exec= spawn |Execution=
--->
--->
____________________________________________________________________________________________


|x1= <code>BIS_Vehicle [[call]] [[BIS_fnc_boundingBoxMarker]];</code>|Example 1=
|x1= <code>BIS_Vehicle [[call]] [[BIS_fnc_boundingBoxMarker]];</code>|Example 1=
____________________________________________________________________________________________


| [[boundingBox]], [[sizeOf]], [[boundingBoxReal]], [[boundingCenter]]  |See also=
| [[boundingBox]], [[sizeOf]], [[boundingBoxReal]], [[boundingCenter]]  |See also=

Revision as of 23:43, 16 January 2021

Hover & click on the images for description

Description

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

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