Skip to content
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

add event for confirming changes in Layout Editor #1075

Merged
merged 1 commit into from
Feb 22, 2019

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Feb 22, 2019

When merged this pull request will:

Example:

["CBA_layoutEditorSaved", {
    systemChat str [diag_tickTime, _this];
}] call CBA_fnc_addEventHandler;

Note: Add in XEH_preInit to ensure this working in the main menu and 3den. Adding the event in preInit might or might not require to put cba_events in requiredAddons of the component of the XEH preInit event.

@commy2 commy2 added this to the 3.10 milestone Feb 22, 2019
@ViperMaul ViperMaul merged commit 0bac2f8 into master Feb 22, 2019
@ViperMaul ViperMaul deleted the layout-editor-saved-event branch February 22, 2019 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event for confirming changes in the Layout Editor
3 participants