findCover: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (temp fixup)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the object where the object should search for cover.  
| Returns the object around where the unit finds cover. The minDist, visibilityPosition and ignoreObject parameters are optional. |= Description
The minDist, visibilityPosition and ignoreObject parameters are optional. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object|HideWhere] <nowiki>=</nowiki> unit '''findCover''' [[[Position]], hidePosition, maxDist] |= Syntax
| [[Object|HideWhere]] <nowiki>=</nowiki> unit '''findCover''' [ [[Position]], hidePosition, maxDist] |= Syntax


|p1= unit: [[Object]] |= Parameter 1
|p1= HideWhere: [[Object]] |= Parameter 1
 
|p2= unit: [[Object]] |= Parameter 2
|p2= [[Position]]: ([[Array]])|=Paramater 2
|p3= [[Position]]: ([[Array]])|=Paramater 3
|p3= hidePosition: [[Position]] |= Parameter 3
|p4= hidePosition: [[Position]] |= Parameter 4
|p3= maxDist: [[Array]] |= Parameter 3
|p5= maxDist: [[Array]] |= Parameter 5
|p4= minDist: [[Number]](Optional)|= Parameter 4
|p6= minDist: [[Number]](Optional)|= Parameter 6
|p5= visibilityPosition:[[Position]](Optional)used to select cover that unit can see in that direction|= Parameter 5
|p7= visibilityPosition:[[Position]](Optional)used to select cover that unit can see in that direction|= Parameter 7
|p6= ignoreObject:[[Object]](Optional) Ignore this object in visibility check|= Parameter 6
|p8= ignoreObject:[[Object]](Optional) Ignore this object in visibility check|= Parameter 8
| [[Object]] |= Return value
| [[Object]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 23:09, 26 August 2007

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

Description

Description:
Returns the object around where the unit finds cover. The minDist, visibilityPosition and ignoreObject parameters are optional.
Groups:
Uncategorised

Syntax

Syntax:
HideWhere = unit findCover [ Position, hidePosition, maxDist]
Parameters:
HideWhere: Object
unit: Object
Position: (Array)
hidePosition: Position
maxDist: Array
minDist: Number(Optional)
visibilityPosition:Position(Optional)used to select cover that unit can see in that direction
ignoreObject:Object(Optional) Ignore this object in visibility check
Return Value:
Object

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