getHideFrom: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| [[Position]] <nowiki>=</nowiki> object '''getHideFrom''' enemy |= Syntax
| [[Position]] <nowiki>=</nowiki> [[Object#Unit|Unit]] '''getHideFrom''' enemy |= Syntax


|p1= object: [[Object]] |= Parameter 1
|p1= object: [[Object]] |= Parameter 1


|p2= enemy: [[Object]] |= Parameter 2
|p2= enemy: [[Object#Unit|Unit]] |= Parameter 2


| [[Array]] |= Return value
| [[Array]] |= Return value

Revision as of 11:47, 27 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Returns the hiding Position. If enemy is null it is some position in front of the object or enemy position.
Groups:
Uncategorised

Syntax

Syntax:
Position = Unit getHideFrom enemy
Parameters:
object: Object
enemy: Unit
Return Value:
Array

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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