Skip to content

Commit

Permalink
Update API Functions List for v2.13.0.1060
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Feb 4, 2025
1 parent e29480d commit 85193a9
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 610 deletions.
2 changes: 1 addition & 1 deletion addons/api/fnc_godModeGetGroupTargets.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Returns given group's current targets.
*
* Arguments:
* 1: Group (0-based index or -1 for current channel) <NUMBER> (default: 0)
* 0: Group (0-based index or -1 for current channel) <NUMBER> (default: 0)
*
* Return Value:
* Group targets <ARRAY>
Expand Down
13 changes: 4 additions & 9 deletions addons/api/fnc_setupRadios.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,19 @@
*
* Arguments:
* [RadioSetting1, RadioSetting2, ...] <ARRAY>
*
* RadioSetting: [RadioType, Channel] or
* [RadioType, [Channel, Block]] or
* [RadioType, MHz] or
* [RadioType, [MHz, KHz]]
* 0: Radio Base Class <STRING>
* 1: Radio Channel/Block/Frequency <INTEGER> or <ARRAY>
* 0: Radio Type (Base Class) <STRING>
* 1: Radio Channel or [Channel, Block] or Frequency (MHz or [MHz, KHz]) <INTEGER> or <ARRAY>
*
* Return Value:
* Successful <BOOLEAN>
*
* Example:
* _success = [ ["ACRE_PRC343", [2,3]], ["ACRE_PRC152", 3], ["ACRE_PRC77", [31,15]] ] call acre_api_fnc_setupRadios;
* // Will set PRC343 to Ch2 Blk3, PRC152 to Ch3 and PRC77 to 31.15 MHz
*
*
* _success = [ ["ACRE_PRC343", 6], ["ACRE_PRC152", 2], ["ACRE_PRC152", 3] ] call acre_api_fnc_setupRadios;
* // Will set PRC343 to Ch6 Blk1, the first PRC152 to Ch2 and the second PRC152 to Ch3
*
*
* _success = [ ["ACRE_SEM52SL", 8], ["ACRE_SEM70", [34,075]] ] call acre_api_fnc_setupRadios;
* // Will set SEM52SL to Ch8 and SEM70 to 34.075 MHz
*
Expand Down
Loading

0 comments on commit 85193a9

Please sign in to comment.