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

remove ReammoBox_F XEH_ENABLED #750

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Sep 19, 2017

They changed them at some point to no longer use EventHandlers class to change their textures, but to use the BIS_fnc_initVehicle framework, inherited from a parent with XEH.

["ReammoBox_F", "init", { 
    diag_log text typeOf (_this select 0); 
}] call CBA_fnc_addClassEventHandler;
{ 
    _x createVehicle position player 
} forEach [ 
    "ReammoBox_F", 
    "Box_NATO_Wps_F", 
    "Box_NATO_WpsSpecial_F", 
    "Box_NATO_Ammo_F", 
    "Box_NATO_AmmoOrd_F", 
    "Box_NATO_Grenades_F", 
    "Box_NATO_Support_F", 
    "Box_East_Wps_F", 
    "Box_East_WpsSpecial_F", 
    "Box_East_Ammo_F", 
    "Box_East_AmmoOrd_F", 
    "Box_East_Grenades_F", 
    "Box_East_Support_F", 
    "Box_Ammo_F", 
    "Box_Wps_F", 
    "Land_Box_AmmoOld_F", 
    "Box_NATO_WpsLaunch_F", 
    "Box_NATO_AmmoVeh_F", 
    "Box_East_WpsLaunch_F", 
    "Box_East_AmmoVeh_F", 
    "Box_IND_Wps_F", 
    "Box_IND_WpsSpecial_F", 
    "Box_IND_WpsLaunch_F", 
    "Box_IND_Ammo_F", 
    "Box_IND_AmmoOrd_F", 
    "Box_IND_Grenades_F", 
    "Box_IND_Support_F", 
    "Box_IND_AmmoVeh_F", 
    "B_supplyCrate_F", 
    "O_supplyCrate_F", 
    "I_supplyCrate_F", 
    "IG_supplyCrate_F", 
    "C_supplyCrate_F", 
    "Box_FIA_Wps_F", 
    "Box_FIA_Ammo_F", 
    "Box_FIA_Support_F", 
    "B_CargoNet_01_ammo_F", 
    "O_CargoNet_01_ammo_F", 
    "I_CargoNet_01_ammo_F", 
    "CargoNet_01_box_F", 
    "CargoNet_01_barrels_F", 
    "B_Slingload_01_Ammo_F", 
    "B_Slingload_01_Cargo_F", 
    "B_Slingload_01_Fuel_F", 
    "B_Slingload_01_Medevac_F", 
    "B_Slingload_01_Repair_F", 
    "Land_Pod_Heli_Transport_04_ammo_F", 
    "Land_Pod_Heli_Transport_04_box_F", 
    "Land_Pod_Heli_Transport_04_fuel_F", 
    "Land_Pod_Heli_Transport_04_repair_F", 
    "Land_Pod_Heli_Transport_04_ammo_black_F", 
    "Land_Pod_Heli_Transport_04_box_black_F", 
    "Land_Pod_Heli_Transport_04_fuel_black_F", 
    "Land_Pod_Heli_Transport_04_repair_black_F", 
    "Box_NATO_Equip_F", 
    "Box_CSAT_Equip_F", 
    "Box_AAF_Equip_F", 
    "Box_GEN_Equip_F", 
    "Box_NATO_Uniforms_F", 
    "Box_CSAT_Uniforms_F", 
    "Box_AAF_Uniforms_F", 
    "Box_T_NATO_Wps_F", 
    "Box_T_NATO_WpsSpecial_F", 
    "Box_T_East_Wps_F", 
    "Box_T_East_Ammo_F", 
    "Box_T_East_WpsSpecial_F", 
    "Box_Syndicate_Wps_F", 
    "Box_Syndicate_Ammo_F", 
    "Box_Syndicate_WpsLaunch_F", 
    "Box_IED_Exp_F", 
    "C_T_supplyCrate_F", 
    "Box_IDAP_AmmoOrd_F", 
    "Box_IDAP_Equip_F", 
    "Box_IDAP_Uniforms_F", 
    "C_IDAP_supplyCrate_F", 
    "C_IDAP_CargoNet_01_supplies_F" 
]; 

@commy2 commy2 added the Task label Sep 19, 2017
@commy2 commy2 added this to the 3.5 milestone Sep 19, 2017
@Killswitch00 Killswitch00 merged commit 35bdbca into master Sep 20, 2017
@Killswitch00 Killswitch00 deleted the remove_obsolete_ReammoBox_F_XEH_ENABLED branch September 20, 2017 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants