nearTargets: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Array]] <nowiki>=</nowiki> unit '''nearTargets''' range |= Syntax | ||
|p1= range: [[Number]]|= Parameter | |p1= unit: [[Object]]|= Parameter 1 | ||
|p2= range: [[Number]]|= Parameter 2 | |||
| Nested [[Array]], consisting of: | | Nested [[Array]], consisting of: | ||
* | *Position (perceived, includes judgment and memory errors), | ||
* | *Type (perceived, gives only what was recognized), | ||
* | *Side (perceived side), | ||
* | *Subjective Cost (positive for enemies, more positive for more important or more dangerous | ||
enemies), | enemies), | ||
* | *Object (object type, can be used to get more information if needed) | ||
*(since build 5209:) position accuracy (assumed accuracy of the perceived position) | *(since build 5209:) position accuracy (assumed accuracy of the perceived position) | ||
''for each recognized target''|= Return value | |||
'''for each recognized target'''|= Return value | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 22:14, 23 January 2009
Description
- Description:
- Returns a list of targets within the defined range.
"Targets" are not restricted to enemy units. - Groups:
- Uncategorised
Syntax
- Syntax:
- Array = unit nearTargets range
- Parameters:
- unit: Object
- range: Number
- Return Value:
- Nested Array, consisting of:
- Position (perceived, includes judgment and memory errors),
- Type (perceived, gives only what was recognized),
- Side (perceived side),
- Subjective Cost (positive for enemies, more positive for more important or more dangerous
- Object (object type, can be used to get more information if needed)
- (since build 5209:) position accuracy (assumed accuracy of the perceived position)
Examples
- Example 1:
player nearTargets 100
could return something like this:
[[[2555.33,2535.33,1.32708],"SoldierEB",EAST,214222,EAST 1-1-A:1],[[2550.39,2482.5,1.32696],"SoldierWB",WEST,0,WEST 1-1-A:2]]
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