BIS fnc vectorDirAndUpRelative: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "]]|x1" to "]] |x1") |
Lou Montana (talk | contribs) m (Text replacement - "|arg=|eff=" to "|arg= |eff=") |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3|1.64|gr1= Vectors|arg=|eff=| Returns [[setVectorDirAndUp|vectorDirAndUp]] of object 1 relative to object 2|Return1= | | arma3|1.64|gr1= Vectors|arg= | ||
|eff=| Returns [[setVectorDirAndUp|vectorDirAndUp]] of object 1 relative to object 2|Return1= | |||
| [object1, object2, visual] call '''BIS_fnc_vectorDirAndUpRelative''' | | [object1, object2, visual] call '''BIS_fnc_vectorDirAndUpRelative''' |
Revision as of 18:35, 10 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Vectors
Syntax
- Syntax:
- Syntax needed
- Parameters:
- object1: Object
- object2: Object
- visual (Optional): Boolean - if true - result is in render scope, false - simulation scope. Default: true
- Return Value:
- Return value needed
Examples
- Example 1:
_vectorDirAndUp = [tank, car] call BIS_fnc_vectorDirAndUpRelative;
Additional Information
- See also:
- See also needed
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