We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Arma 3 Version: 1.68 (stable) CBA Version: 3.2.1 (stable) ACE3 Version: 3.9.1 (rc1)
1.68
3.2.1
3.9.1
Mods:
- CBA_A3 - ace
Description:
Steps to reproduce:
_action = ["custom_action", "TEST ACTION", "", {systemChat "test action";}, {true}] call ace_interact_menu_fnc_createAction; ["CAManBase", 1, ["ACE_SelfActions"], _action, true] call ace_interact_menu_fnc_addActionToClass; ["CAManBase", 1, ["ACE_SelfActions", "custom_action"]] call ace_interact_menu_fnc_removeActionFromClass;
only this one works [typeOf player, 1, ["ACE_SelfActions", "custom_action"]] call ace_interact_menu_fnc_removeActionFromClass;
[typeOf player, 1, ["ACE_SelfActions", "custom_action"]] call ace_interact_menu_fnc_removeActionFromClass;
Where did the issue occur?
Placed Modules:
RPT log file:
The text was updated successfully, but these errors were encountered:
removeActionFromClass doesn't support inheritance (for something like "CaManBase")
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Arma 3 Version:
1.68
(stable)CBA Version:
3.2.1
(stable)ACE3 Version:
3.9.1
(rc1)Mods:
Description:
Steps to reproduce:
only this one works
[typeOf player, 1, ["ACE_SelfActions", "custom_action"]] call ace_interact_menu_fnc_removeActionFromClass;
Where did the issue occur?
Placed Modules:
RPT log file:
The text was updated successfully, but these errors were encountered: