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 XEH support to WeaponHolder(Simulated) #1228

Merged
merged 1 commit into from
Oct 30, 2019
Merged

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Sep 13, 2019

When merged this pull request will:

  • title
["WeaponHolder", "InitPost", {
    systemChat str ["WH", _this];
}] call CBA_fnc_addClassEventHandler;

["WeaponHolderSimulated", "InitPost", {
    systemChat str ["WHS", _this];
}] call CBA_fnc_addClassEventHandler;


["WeaponHolder", "Deleted", {
    systemChat str ["WH del", _this];
}] call CBA_fnc_addClassEventHandler;

["WeaponHolderSimulated", "Deleted", {
    systemChat str ["WHS del", _this];
}] call CBA_fnc_addClassEventHandler;

Open inventory
-> WH

Close Inventory (without dropping a weapon)
-> WH del

Drop Item and then Close Inventory
-> nothing (WH survives)

Kill a person
-> WHS

Take their weapon (when not having one yourself)
-> WHS del

@commy2 commy2 merged commit ff56508 into master Oct 30, 2019
@commy2 commy2 deleted the XEH-weapon-holders branch October 30, 2019 19:20
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

2 participants