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 Disassembled XEH support #1384

Merged
merged 1 commit into from
Nov 1, 2020
Merged

Add Disassembled XEH support #1384

merged 1 commit into from
Nov 1, 2020

Conversation

veteran29
Copy link
Member

@veteran29 veteran29 commented Oct 17, 2020

When merged this pull request will:

Tested:

["AllVehicles", "Disassembled", {hint str _this}, true] call CBA_fnc_addClassEventHandler;
class Extended_Disassembled_EventHandlers {
    class AllVehicles {
        class My_test_eh {
            disassembled = "hint str _this";
        };
    };
};

@veteran29 veteran29 marked this pull request as ready for review October 18, 2020 17:19
@PabstMirror PabstMirror added this to the 3.15.2 milestone Oct 31, 2020
Copy link
Contributor

@PabstMirror PabstMirror left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested working

@commy2 commy2 merged commit 129d882 into master Nov 1, 2020
@commy2 commy2 deleted the xeh-disassembled branch November 1, 2020 17:24
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.

None yet

3 participants