BIS fnc boundingBoxMarker: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma2oa |Game name=
| arma2oa


|1.00|Game version=
|1.00


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


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


| object call [[BIS_fnc_boundingBoxMarker]] |Syntax=
| object call [[BIS_fnc_boundingBoxMarker]]




|p1= object: [[Object]] |Parameter 1=
|p1= object: [[Object]]


| [[String]] - Marker |Return value=
| [[String]] - Marker
<!---
<!---
|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>


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



Revision as of 23:36, 17 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


Bottom Section