BIS_fnc_boundingBoxDimensions

From Bohemia Interactive Community
Revision as of 14:32, 27 April 2018 by R3vo (talk | contribs) (page filling (WIP, alternative syntax missing))
Jump to navigation Jump to search
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 - Object which bounding box should be used.
Return Value:
String - Marker

Examples

Example 1:
player call BIS_fnc_boundingBoxMarker;

Additional Information

See also:
boundingBox boundingCenter boundingBoxReal BIS_fnc_boundingBoxCorner

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