BIS fnc dirTo: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
(creation) |
||
Line 1: | Line 1: | ||
{{Function|= | |||
____________________________________________________________________________________________ | |||
| arma2 |= | |||
|1.00|= | |||
| | |arg= |= MPARGUMENTS | ||
| | |eff= |= MPEFFECTS | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Function which returns vector direction from pos1 to pos2. | ||
|= | |||
____________________________________________________________________________________________ | |||
| [param1, param2] call '''BIS_fnc_spawnGroup''' |= | |||
|p1= param1 - vector starting point, [[Position]] '''or''' [[Object]] |= | |||
|p2= param1 - vector ending point, [[Position]] '''or''' [[Object]] |= | |||
| | | [[Number]] |= Return value | ||
| | |x1= sets unit1 in the direction of unit2 | ||
<code>unit1 [[setDir]] [unit1, unit2] [[call]] BIS_fnc_dirTo</code>|= EXAMPLE1 | |||
__________ | |||
| |= | | [[BIS_fnc_help]] |= SEEALSO | ||
| | | |= MPBEHAVIOUR | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | |||
<h3 style='display:none'>Bottom Section</h3> | |||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> | ||
Revision as of 21:14, 18 March 2012
Description
- Description:
- Function which returns vector direction from pos1 to pos2.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [param1, param2] call BIS_fnc_spawnGroup
- Parameters:
- param1 - vector starting point, Position or Object
- param1 - vector ending point, Position or Object
- Return Value:
- Number
Examples
Additional Information
- See also:
- BIS_fnc_help
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