Skip to content

Commit 85193a9

Browse files
committed
Update API Functions List for v2.13.0.1060
1 parent e29480d commit 85193a9

File tree

4 files changed

+600
-610
lines changed

4 files changed

+600
-610
lines changed

addons/api/fnc_godModeGetGroupTargets.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Returns given group's current targets.
55
*
66
* Arguments:
7-
* 1: Group (0-based index or -1 for current channel) <NUMBER> (default: 0)
7+
* 0: Group (0-based index or -1 for current channel) <NUMBER> (default: 0)
88
*
99
* Return Value:
1010
* Group targets <ARRAY>

addons/api/fnc_setupRadios.sqf

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,19 @@
55
*
66
* Arguments:
77
* [RadioSetting1, RadioSetting2, ...] <ARRAY>
8-
*
9-
* RadioSetting: [RadioType, Channel] or
10-
* [RadioType, [Channel, Block]] or
11-
* [RadioType, MHz] or
12-
* [RadioType, [MHz, KHz]]
13-
* 0: Radio Base Class <STRING>
14-
* 1: Radio Channel/Block/Frequency <INTEGER> or <ARRAY>
8+
* 0: Radio Type (Base Class) <STRING>
9+
* 1: Radio Channel or [Channel, Block] or Frequency (MHz or [MHz, KHz]) <INTEGER> or <ARRAY>
1510
*
1611
* Return Value:
1712
* Successful <BOOLEAN>
1813
*
1914
* Example:
2015
* _success = [ ["ACRE_PRC343", [2,3]], ["ACRE_PRC152", 3], ["ACRE_PRC77", [31,15]] ] call acre_api_fnc_setupRadios;
2116
* // Will set PRC343 to Ch2 Blk3, PRC152 to Ch3 and PRC77 to 31.15 MHz
22-
*
17+
*
2318
* _success = [ ["ACRE_PRC343", 6], ["ACRE_PRC152", 2], ["ACRE_PRC152", 3] ] call acre_api_fnc_setupRadios;
2419
* // Will set PRC343 to Ch6 Blk1, the first PRC152 to Ch2 and the second PRC152 to Ch3
25-
*
20+
*
2621
* _success = [ ["ACRE_SEM52SL", 8], ["ACRE_SEM70", [34,075]] ] call acre_api_fnc_setupRadios;
2722
* // Will set SEM52SL to Ch8 and SEM70 to 34.075 MHz
2823
*

0 commit comments

Comments
 (0)