BIS fnc diagKnownTargets: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Visualize and profile which units one specific unit knows about and how much. Calling function again stops diagnostics.|= Description | ||
____________________________________________________________________________________________ | |||
| [target, radius] call [[BIS_fnc_diagKnownTargets]] |= Syntax | |||
____________________________________________________________________________________________ | |||
|p1= target: [[Object]] - (Optional, default [[player]]) - Profiled unit|= Parameter 1 | |||
|p2= radius: [[Number]] - (Optional, default 3000) - Radius of the scanned area|= Parameter 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Nothing]]|= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[[call]] [[BIS_fnc_diagKnownTargets]];</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= See also | |[[:Category:Function Group: Diagnostic|Diag functions]]|= See also | ||
}} | }} | ||
Revision as of 09:42, 3 June 2018
Description
- Description:
- Visualize and profile which units one specific unit knows about and how much. Calling function again stops diagnostics.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [target, radius] call BIS_fnc_diagKnownTargets
- Parameters:
- target: Object - (Optional, default player) - Profiled unit
- radius: Number - (Optional, default 3000) - Radius of the scanned area
- Return Value:
- Nothing
Examples
- Example 1:
call BIS_fnc_diagKnownTargets;
Additional Information
- See also:
- Diag functions
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