weaponDirection

From Bohemia Interactive Community
Revision as of 14:34, 29 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


<new command not populated>


vehicle weaponDirection weaponName


Operand types:

vehicle: Object

weaponName: String

Type of returned value:

Array

Compatibility:

Version 2.61 required.

Description:

Returns the direction that the given weapon is pointing at.


Example:

_dir = _vehicle weaponDirection "M16"