|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| | | #REDIRECT [[BIS_fnc_objectsGrabber]] |
| {{Function|= Comments
| |
| ____________________________________________________________________________________________
| |
| | |
| | arma2 |= Game name
| |
| | |
| |1.00|= Game version
| |
| ____________________________________________________________________________________________
| |
| | |
| | <pre>/*
| |
| File: objectGrabber.sqf
| |
| | |
| Description:
| |
| Converts a set of placed objects to an object array for the DynO mapper.
| |
| Places this information in the debug output for processing.
| |
| | |
| Parameter(s):
| |
| _this select 0: position of the anchor point (Array)
| |
| _this select 1: size of the covered area (Scalar)
| |
| _this select 2: grab object orientation? (Boolean) [default: false]
| |
|
| |
| Returns:
| |
| Output text (String)
| |
| */
| |
| | |
| </pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| |
| ____________________________________________________________________________________________
| |
| | |
| | <!-- [] call [[BIS_fnc_ObjectsGrabber]]; --> |= Syntax
| |
| | |
| |p1= |= Parameter 1
| |
| | |
| | |= Return value
| |
| ____________________________________________________________________________________________
| |
| | |
| |x1= <code></code> |=
| |
| ____________________________________________________________________________________________
| |
| | |
| | |= See also
| |
| | |
| }}
| |
| | |
| <h3 style="display:none">Notes</h3>
| |
| <dl class="command_description">
| |
| <!-- Note Section BEGIN -->
| |
| | |
| <!-- Note Section END -->
| |
| </dl>
| |
| | |
| <h3 style="display:none">Bottom Section</h3>
| |
| [[Category:Function Group: Spawning|{{uc:ObjectsGrabber}}]]
| |
| [[Category:Functions|{{uc:ObjectsGrabber}}]]
| |
| [[Category:{{Name|arma2}}: Functions|{{uc:ObjectsGrabber}}]]
| |
| [[Category:{{Name|arma2oa}}: Functions|{{uc:ObjectsGrabber}}]]
| |
| [[Category:{{Name|tkoh}}: Functions|{{uc:ObjectsGrabber}}]]
| |
| [[Category:{{Name|arma3}}: Functions|{{uc:ObjectsGrabber}}]]
| |