findCover: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (temp fixup) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the object where the | | 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= | |p1= HideWhere: [[Object]] |= Parameter 1 | ||
|p2= unit: [[Object]] |= Parameter 2 | |||
| | |p3= [[Position]]: ([[Array]])|=Paramater 3 | ||
| | |p4= hidePosition: [[Position]] |= Parameter 4 | ||
| | |p5= maxDist: [[Array]] |= Parameter 5 | ||
| | |p6= minDist: [[Number]](Optional)|= Parameter 6 | ||
| | |p7= visibilityPosition:[[Position]](Optional)used to select cover that unit can see in that direction|= Parameter 7 | ||
| | |p8= ignoreObject:[[Object]](Optional) Ignore this object in visibility check|= Parameter 8 | ||
| [[Object]] |= Return value | | [[Object]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 22:09, 26 August 2007
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