BIS fnc boundingBoxMarker: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Objects(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) 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 22:43, 16 January 2021
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
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