-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common - Add ace_common_fnc_switchAttachmentMode
#10135
Conversation
Imo this should be in CBA. https://github.com/acemod/ACE3/blob/master/addons/interaction/functions/fnc_switchWeaponAttachment.sqf should probably be updated with CBA events. Even better would be to replace it with this function (or if implemented in CBA). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be added to CBA at a later date if needed.
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
* Common - Add `ace_common_fnc_switchAttachmentMode` * Update addons/common/functions/fnc_switchAttachmentMode.sqf * Update addons/common/functions/fnc_switchAttachmentMode.sqf * playSound only for ACE_player Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> --------- Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Maybe needed for #10119 and #8154