getDirVisual: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| ?\[\[([a-zA-Z0-9]+)\]\] *\|x1=" to " |r1= $1 |x1=")
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


| Returns object's heading in the range from 0 to 360 in render time scope.
|gr1= Object Manipulation
 
|gr2= Render Time Scope


| '''getDirVisual''' object
|descr= Returns object's heading in the range from 0 to 360 in render time scope.


|gr1= Object Manipulation
|s1= [[getDirVisual]] object
|gr2= Render Time Scope


|p1= object: [[Object]]
|p1= object: [[Object]]
|r1= [[Number]]
|r1= [[Number]]


|x1= <code>_dir = '''getDirVisual''' [[player]];</code>
|x1= <code>_dir = [[getDirVisual]] [[player]];</code>
 
|seealso= [[getDir]], [[direction]]
|seealso= [[getDir]], [[direction]]
}}
}}

Revision as of 02:03, 13 June 2021

Hover & click on the images for description

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

See also:
getDirdirection

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