BIS fnc boundingBoxMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (Text replacement - "|= Execution " to "|Execution= ")
Line 17: Line 17:
| [[String]] - Marker |Return value=
| [[String]] - Marker |Return value=
<!---
<!---
|exec= spawn |= Execution
|exec= spawn |Execution=
--->
--->
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 00:38, 20 December 2019

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