nearTargets: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 43: | Line 43: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|ISSERVER]] | |||
[[Category:Scripting Commands ArmA|ISSERVER]] | [[Category:Scripting Commands ArmA|ISSERVER]] |
Revision as of 02:07, 18 May 2007
Description
- Description:
- Returns a list of targets within the defined range.
"Targets" are not restricted to enemy units. - Groups:
- Uncategorised
Syntax
- Syntax:
- unit nearTargets range
- Parameters:
- unit: Object
- range: Number
- Return Value:
- Nested Array, consisting of:
position (perceived, includes judgement errors and memory),
type (perceived, gives only what was recognized),
side (again, percieved side),
subjective cost (positive for enemies, more positive for more important or more dangerous enemies),
object (what object, can be used to get more information if needed)
for each recognized target
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