mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added a SetTrigger action to placement items in preparation for changes over to a set trigger after place system as opposed to before.
This commit is contained in:
parent
910a6a16ab
commit
88af894f55
@ -74,6 +74,20 @@ class CfgVehicles {
|
||||
scopeCurator = 1;
|
||||
vehicleClass = "Cargo";
|
||||
ACE_offset[] = {0,0,0};
|
||||
class ACE_Actions {
|
||||
selection = "";
|
||||
class ACE_SetTrigger {
|
||||
selection = "";
|
||||
displayName = "$STR_ACE_Explosives_TriggerMenu";
|
||||
distance = 4;
|
||||
condition = QUOTE(true);
|
||||
statement = QUOTE([_target getVariable QUOTE(QGVAR(class))] call FUNC(openTriggerSelectionUI););
|
||||
showDisabled = 0;
|
||||
exceptions[] = {};
|
||||
priority = 0.3;
|
||||
icon = QUOTE(PATHTOF(UI\Explosives_Menu_ca.paa));
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ACE_Explosives_Place_DemoCharge:ACE_Explosives_Place {
|
||||
|
Loading…
Reference in New Issue
Block a user