BIS fnc spotter: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Fix execution)
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|Comments=
|game1= arma2oa
|version1= 1.50


| arma2oa |Game name=
|game2= tkoh
|version2= 1.00


|1.00|= Game version
|game3= arma3
|version3= 0.50


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation


|gr2= Combat |GROUP2=
|gr2= Combat


| Make spotter report target distance to sniper. Will only stop if one of the two units dies. |DESCRIPTION=
|exec= spawn


| [sniper, spotter] call [[BIS_fnc_spotter]] |SYNTAX=
|descr= Make spotter report target distance to sniper. Will only stop if one of the two units dies.


|p1= sniper: [[Object]] sniper unit |PARAMETER1=
|s1= [sniper, spotter] spawn [[BIS_fnc_spotter]]


|p2= spotter: [[Object]] - spotter unit |PARAMETER2=
|p1= sniper: [[Object]] - sniper unit


| [[Nothing]] |RETURNVALUE=
|p2= spotter: [[Object]] - spotter unit


|x1= <code><nowiki>[</nowiki>[[player]], unitSpotter] [[call]] [[BIS_fnc_spotter]];</code> |EXAMPLE1=
|r1= [[Nothing]]


| |SEEALSO=
|x1= <sqf>[player, spotter] spawn BIS_fnc_spotter;</sqf>
 
|seealso=
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:spotter}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:spotter}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:spotter}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:spotter}}]]

Latest revision as of 11:26, 28 June 2023

Hover & click on the images for description

Description

Description:
Make spotter report target distance to sniper. Will only stop if one of the two units dies.
Execution:
spawn
Groups:
Object ManipulationCombat

Syntax

Syntax:
[sniper, spotter] spawn BIS_fnc_spotter
Parameters:
sniper: Object - sniper unit
spotter: Object - spotter unit
Return Value:
Nothing

Examples

Example 1:
[player, spotter] spawn BIS_fnc_spotter;

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