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

Wrong order of arguments in Extended_Fired_EventHandlers with simple syntax #266

Closed
commy2 opened this issue Feb 20, 2016 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@commy2
Copy link
Contributor

commy2 commented Feb 20, 2016

class Extended_Fired_EventHandlers {
    class All {
        my_fire1 = "diag_log ['simplefired', _this]";
        class my_fire {
            fired = "diag_log ['fired', _this]";
            clientfired = "diag_log ['clientfired', _this]";
            serverfired = "diag_log ['serverfired', _this]";
        };
    };
};

class Extended_FiredBis_EventHandlers {
    class All {
        my_fire1 = "diag_log ['simplefiredBIS', _this]";
        class my_fire {
            firedBIS = "diag_log ['firedBIS', _this]";
            clientfiredBIS = "diag_log ['clientfiredBIS', _this]";
            serverfiredBIS = "diag_log ['serverfiredBIS', _this]";
        };
    };
};
14:15:30 ["simplefired",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless","30Rnd_65x39_caseless_mag",15: tracer_red.p3d]]
14:15:30 ["fired",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless",15: tracer_red.p3d,"30Rnd_65x39_caseless_mag"]]
14:15:30 ["clientfired",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless",15: tracer_red.p3d,"30Rnd_65x39_caseless_mag"]]
14:15:30 ["serverfired",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless",15: tracer_red.p3d,"30Rnd_65x39_caseless_mag"]]
14:15:30 ["simplefiredBIS",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless","30Rnd_65x39_caseless_mag",15: tracer_red.p3d]]
14:15:30 ["firedBIS",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless","30Rnd_65x39_caseless_mag",15: tracer_red.p3d]]
14:15:30 ["clientfiredBIS",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless","30Rnd_65x39_caseless_mag",15: tracer_red.p3d]]
14:15:30 ["serverfiredBIS",[C Alpha 1-1:1 (Gefr. commy2),"arifle_MX_F","arifle_MX_F","Single","B_65x39_Caseless","30Rnd_65x39_caseless_mag",15: tracer_red.p3d]]

Note that in the very first line, the arguments 5 and 6 are not swapped correctly.

https://forums.bistudio.com/topic/168277-cba-community-base-addons-arma-3/?p=2983174

@commy2 commy2 added the Bug label Feb 20, 2016
@commy2 commy2 self-assigned this Feb 20, 2016
@commy2 commy2 added this to the 2.3.1 milestone Feb 20, 2016
Killswitch00 added a commit that referenced this issue Feb 20, 2016
@nicolasbadano
Copy link
Contributor

Luckily we are not using Extended_Fired_EventHandlers in ACE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants