Class HubMissionWithTriggers.AddCommodityDropAction
java.lang.Object
com.fs.starfarer.api.impl.campaign.missions.hub.HubMissionWithTriggers.AddCommodityDropAction
- All Implemented Interfaces:
MissionTrigger.TriggerAction
- Enclosing class:
- HubMissionWithTriggers
public static class HubMissionWithTriggers.AddCommodityDropAction
extends Object
implements MissionTrigger.TriggerAction
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAddCommodityDropAction
(int quantity, String commodityId, boolean dropQuantityBasedOnShipsDestroyed) -
Method Summary
-
Field Details
-
quantity
protected int quantity -
commodityId
-
dropQuantityBasedOnShipsDestroyed
protected boolean dropQuantityBasedOnShipsDestroyed
-
-
Constructor Details
-
AddCommodityDropAction
public AddCommodityDropAction(int quantity, String commodityId, boolean dropQuantityBasedOnShipsDestroyed)
-
-
Method Details
-
doAction
- Specified by:
doAction
in interfaceMissionTrigger.TriggerAction
-