BIS fnc weaponDirectionRelative: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "‎" to "")
 
(41 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.64


| arma3 |= Game name
|gr1= Weapons


|1.00|= Game version
|descr= Returns relative direction vector of given weapon for the given vehicle
____________________________________________________________________________________________


| ''N/A'' |= Description
|s1= [vehicle, weapon, visual] call [[BIS_fnc_weaponDirectionRelative]]
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_weaponDirectionRelative]]; --> |= Syntax
|p1= vehicle: [[Object]] - vehicle
|p1= |= Parameter 1


| |= Return value
|p2= weapon: [[String]] - vehicle weapon
____________________________________________________________________________________________


|x1= <code></code> |=
|p3= visual: [[Boolean]] - (Optional, default [[true]]) if [[true]] - result is in render scope, [[false]] - simulation scope
____________________________________________________________________________________________


| |= See also
|r1= [[Array]] format [[Vector3D]]


|x1= <sqf>private _relweapondir = [tank, "cannon_105mm"] call BIS_fnc_weaponDirectionRelative;</sqf>
|seealso= [[BIS_fnc_attachToRelative]] [[BIS_fnc_vectorDirAndUpRelative]] [[weaponDirection]]
}}
}}
<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: Vectors|{{uc:weaponDirectionRelative}}]]
[[Category:Functions|{{uc:weaponDirectionRelative}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:weaponDirectionRelative}}]]

Latest revision as of 12:55, 26 April 2023

Hover & click on the images for description

Description

Description:
Returns relative direction vector of given weapon for the given vehicle
Execution:
call
Groups:
Weapons

Syntax

Syntax:
[vehicle, weapon, visual] call BIS_fnc_weaponDirectionRelative
Parameters:
vehicle: Object - vehicle
weapon: String - vehicle weapon
visual: Boolean - (Optional, default true) if true - result is in render scope, false - simulation scope
Return Value:
Array format Vector3D

Examples

Example 1:
private _relweapondir = [tank, "cannon_105mm"] call BIS_fnc_weaponDirectionRelative;

Additional Information

See also:
BIS_fnc_attachToRelative BIS_fnc_vectorDirAndUpRelative weaponDirection

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