getHideFrom: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 2: Line 2:
[[Category:Scripting Commands ArmA|GETHIDEFROM]]
[[Category:Scripting Commands ArmA|GETHIDEFROM]]


 
<h2 style="color:#000066">'''''object'' getHideFrom  ''enemy'''''</h2>
<h2 style="color:#000066">''object '' ''' getHideFrom  '' enemy'''''</h2>




Line 22: Line 21:
'''Description:'''
'''Description:'''


Returns the hiding position in format Position. If enemy is null it is the some position in front of the object or enemy position otherwise.
Returns the hiding position in format [[Position]].
 
If enemy is null it is some position in front of the object or enemy position.

Revision as of 03:57, 3 July 2006


object getHideFrom enemy


Operand types:

object: Object

enemy: Object

Type of returned value:

Array

Compatibility:

Version 2.92 required.

Description:

Returns the hiding position in format Position.

If enemy is null it is some position in front of the object or enemy position.