BIS fnc diagRadio: 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 (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| a3 |Game name=
| a3


|1.00|Game version=
|1.00


|gr1= Radio |GROUP1=
|gr1= Radio


|gr2= Diagnostic |GROUP2=
|gr2= Diagnostic


| Tracks played radio sentences. |DESCRIPTION=
| Tracks played radio sentences.


| call '''BIS_fnc_diagRadio''';|SYNTAX=
| call '''BIS_fnc_diagRadio''';


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]


|x1= <code>[[call]] '''BIS_fnc_diagRadio''';</code> |EXAMPLE1=
|x1= <code>[[call]] '''BIS_fnc_diagRadio''';</code>


|[[:Category:Function Group: Diagnostic|Diag functions]]|SEEALSO=
|[[:Category:Function Group: Diagnostic|Diag functions]]
}}
}}



Revision as of 00:03, 18 January 2021

-wrong parameter ("a3") defined!-[[:Category:Introduced with a3 version 1.00|1.00]]
Hover & click on the images for description

Description

Description:
Tracks played radio sentences.
Execution:
call
Groups:
RadioDiagnostic

Syntax

Syntax:
call BIS_fnc_diagRadio;
Return Value:
Boolean

Examples

Example 1:
call BIS_fnc_diagRadio;

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

[[Category:Introduced with a3 version 1.00]][[ Category: a3: New Functions | BIS FNC DIAGRADIO]][[ Category: a3: Functions | BIS FNC DIAGRADIO]]


Bottom Section