getDirVisual: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| ?\[\[([a-zA-Z0-9]+)\]\] *\|x1=" to " |r1= $1 |x1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|1.32 | |version1= 1.32 | ||
|arg= global | |arg= global | ||
| | |gr1= Object Manipulation | ||
|gr2= Render Time Scope | |||
| ' | |descr= Returns object's heading in the range from 0 to 360 in render time scope. | ||
| | |s1= [[getDirVisual]] object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= <code>_dir = | |x1= <code>_dir = [[getDirVisual]] [[player]];</code> | ||
|seealso= [[getDir]], [[direction]] | |seealso= [[getDir]], [[direction]] | ||
}} | }} |
Revision as of 01:03, 13 June 2021
Description
- Description:
- Returns object's heading in the range from 0 to 360 in render time scope.
- Groups:
- Object ManipulationRender Time Scope
Syntax
- Syntax:
- getDirVisual object
- Parameters:
- object: Object
- Return Value:
- Number
Examples
- Example 1:
_dir = getDirVisual player;
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