add example to header

This commit is contained in:
Salluci 2023-07-14 19:21:04 +03:00
parent b7abfeaeb5
commit fac2e6151a

View File

@ -14,6 +14,9 @@
* Return Value: * Return Value:
* Successful <BOOL> * Successful <BOOL>
* *
* Example:
* [cursorTarget, "ACE_csw_100Rnd_127x99_mag_red", [0]] call ace_csw_fnc_ai_switchMagazine
*
* Public: Yes * Public: Yes
*/ */
params [["_vehicle", objNull, [objNull]], ["_carryMag", "", [""]], ["_turretPath", [0], [[0]]], ["_instantReload", false, [false]], ["_clearForcedMag", true, [true]]]; params [["_vehicle", objNull, [objNull]], ["_carryMag", "", [""]], ["_turretPath", [0], [[0]]], ["_instantReload", false, [false]], ["_clearForcedMag", true, [true]]];