Modifier and Type | Method and Description |
---|---|
CampaignEventPlugin |
CampaignMissionPlugin.getPrimedEvent() |
Modifier and Type | Method and Description |
---|---|
void |
SectorAPI.reportEventStage(CampaignEventPlugin event,
java.lang.String stage,
MessagePriority priority)
Deprecated.
|
void |
SectorAPI.reportEventStage(CampaignEventPlugin event,
java.lang.String stage,
SectorEntityToken sendFrom,
MessagePriority priority)
Deprecated.
|
void |
SectorAPI.reportEventStage(CampaignEventPlugin event,
java.lang.String stage,
SectorEntityToken sendFrom,
MessagePriority priority,
OnMessageDeliveryScript onDelivery)
Deprecated.
|
void |
RuleBasedDialog.setActiveMission(CampaignEventPlugin mission) |
Modifier and Type | Method and Description |
---|---|
CampaignEventPlugin |
CommMessageAPI.getEvent() |
Modifier and Type | Method and Description |
---|---|
CampaignEventPlugin |
CampaignEventManagerAPI.getOngoingEvent(CampaignEventTarget eventTarget,
java.lang.String eventType) |
CampaignEventPlugin |
EventProbabilityAPI.getPlugin() |
CampaignEventPlugin |
CampaignEventManagerAPI.primeEvent(CampaignEventTarget eventTarget,
java.lang.String eventType,
java.lang.Object param)
Initialize the event plugin, but don't actually start the event.
|
CampaignEventPlugin |
CampaignEventManagerAPI.startEvent(CampaignEventTarget eventTarget,
java.lang.String eventType,
java.lang.Object param)
Starts an event immediately, bypassing any probability checks.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CampaignEventPlugin> |
CampaignEventManagerAPI.getOngoingEvents() |
Modifier and Type | Method and Description |
---|---|
void |
CampaignEventManagerAPI.endEvent(CampaignEventPlugin event) |
void |
CampaignEventManagerAPI.startEvent(CampaignEventPlugin primedEvent)
Start an event previously created with primeEvent()
|
Modifier and Type | Method and Description |
---|---|
void |
RuleBasedInteractionDialogPluginImpl.setActiveMission(CampaignEventPlugin mission) |
void |
FleetInteractionDialogPluginImpl.setActiveMission(CampaignEventPlugin mission) |
Modifier and Type | Class and Description |
---|---|
class |
BaseEventPlugin |
class |
CivilDisorder |
class |
FactionHostilityEvent |
class |
FleetLogEvent
NOT ACTUALLY USED - see FleetLog.java instead.
|
class |
FoodShortageEvent |
class |
InvestigationEvent
Should only be used if started directly (not via probability), as that's the only
way the investigation parameters can be set.
|
class |
InvestigationEventCommSniffer |
class |
InvestigationEventGoodRepWithOther |
class |
InvestigationEventSmugglingV2 |
class |
OfficerManagerEvent |
class |
RecentUnrestEvent |
class |
RepTrackerEvent
Trade, time-based rep decay, rep from combat w/ enemies of faction fought against.
|
class |
TestEvent |
class |
TradeInfoUpdateEvent |
Modifier and Type | Class and Description |
---|---|
class |
NearbyEventsEvent |
Modifier and Type | Class and Description |
---|---|
class |
TutorialMissionEvent |
Modifier and Type | Method and Description |
---|---|
static CampaignEventPlugin |
Misc.startEvent(CampaignEventTarget eventTarget,
java.lang.String eventId,
java.lang.Object params) |
Copyright © 2013 Fractal Softworks, LLC. All Rights Reserved.