getHideFrom: Difference between revisions

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


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


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


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


| [[Array]] |= Return value
| [[Array]] - format [[Position]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 01:05, 23 January 2009

-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:
Array = object getHideFrom enemy
Parameters:
object: Object
enemy: Object
Return Value:
Array - format Position

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