Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arsenal - Add Ability to Transfer a Loadout from Saved to Default (#6793
) * Added weight override parameter to ace_dragging_fnc_setCarryable/setDraggable - Additional optional parameter that ignores the `startCarry`/`startDrag` weight checks. - Minor `==` to `isEqualto` replacements * `count crew _target isEqualto -1` to `count crew _target isEqualto 0` * Tab Replacement - remove \t * Reverted UAV check, Params formatting, Lazy Eval * Update addons/dragging/functions/fnc_startCarry.sqf Co-Authored-By: PiZZAD0X <509thparachuteinfantry@gmail.com> * Update fnc_startDrag.sqf * Remove beta suggestion extra line additions * Update addons/dragging/functions/fnc_startDrag.sqf Co-Authored-By: PiZZAD0X <509thparachuteinfantry@gmail.com> * Added ability to export loadout to defaultloadouts Shift + LMB on save button can export the selected saved loadout to the mission loadouts. Experimental Test. Warrants a separate button if there is enough demand. * Update fnc_buttonLoadoutsSave.sqf * Update addons/arsenal/functions/fnc_buttonLoadoutsSave.sqf Co-Authored-By: PiZZAD0X <509thparachuteinfantry@gmail.com> * Add usage info to tooltip
- Loading branch information