BIS fnc diagKnownTargets: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Visualize and profile which units one specific unit knows about and how much. Calling function again stops diagnostics.|= Description
File: fn_diagKnownTargets.sqf


Description:
____________________________________________________________________________________________
Visualize and profile which units one specific unit knows about and how much.
Calling function again stops diagnostics.


Parameter(s):
|  [target, radius] call [[BIS_fnc_diagKnownTargets]] |= Syntax
_this select 0: profile unit (Object) [default player]
____________________________________________________________________________________________
_this select 1: radius (Scalar - meters) [default 1000m]
|p1= target: [[Object]] - (Optional, default [[player]]) - Profiled unit|= Parameter 1
|p2= radius: [[Number]] - (Optional, default 3000) - Radius of the scanned area|= Parameter 2
Returns:
-
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_diagKnownTargets]]; --> |= Syntax
| [[Nothing]]|= Return value
 
|p1= |= Parameter 1
 
| |= 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 10:42, 3 June 2018

Hover & click on the images for description

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

Notes

Bottom Section