getDirVisual: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (global args)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns object's heading in the range from 0 to 360 in render time scope. |= Description
| Returns object's heading in the range from 0 to 360 in render time scope. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''getDirVisual''' object |= Syntax
| '''getDirVisual''' object |SYNTAX=


|p1= object: [[Object]] |=Parameter 1
|p1= object: [[Object]] |PARAMETER1=
| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>_dir = '''getDirVisual''' [[player]];</code> |= Example 1
|x1 = <code>_dir = '''getDirVisual''' [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[getDir]], [[direction]] |= See also
| [[getDir]], [[direction]] |SEEALSO=


}}
}}

Revision as of 15:40, 7 April 2019

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:
Uncategorised

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

Notes

Bottom Section