findCover: 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 object where the object should search for cover. |= Description
| Returns the object where the object should search for cover.
The minDist, visibilityPosition and ignoreObject parameters are optional. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= object: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1
 
|p2= [position, hidePosition, maxDist]: [[Array]] |= Parameter 2


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

Revision as of 23:04, 26 August 2007

{{Command|= Comments ____________________________________________________________________________________________

| arma |= Game name

|1.00|= Game version ____________________________________________________________________________________________

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

| [[Object|HideWhere] = unit findCover [[[Position]], hidePosition, maxDist] |= Syntax

|p1= unit: Object |= Parameter 1

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

| |= See also

}}

Notes

Bottom Section