Starshatter_Open
Open source Starshatter engine
|
#include <CampaignPlanEvent.h>
Public Member Functions | |
CampaignPlanEvent (Campaign *c) | |
virtual | ~CampaignPlanEvent () |
virtual void | ExecFrame () |
virtual void | SetLockout (int seconds) |
virtual bool | ExecScriptedEvents () |
virtual bool | ExecStatisticalEvents () |
Public Member Functions inherited from CampaignPlan | |
CampaignPlan (Campaign *c) | |
virtual | ~CampaignPlan () |
int | operator== (const CampaignPlan &p) const |
Static Public Member Functions | |
static const char * | TYPENAME () |
Protected Member Functions | |
virtual void | ProsecuteKills (CombatAction *action) |
virtual CombatAssignment * | ChooseAssignment (CombatGroup *c) |
virtual bool | CreateEvent (CombatAssignment *a) |
virtual CombatEvent * | CreateEventDefend (CombatAssignment *a) |
virtual CombatEvent * | CreateEventFighterAssault (CombatAssignment *a) |
virtual CombatEvent * | CreateEventFighterStrike (CombatAssignment *a) |
virtual CombatEvent * | CreateEventFighterSweep (CombatAssignment *a) |
virtual CombatEvent * | CreateEventStarship (CombatAssignment *a) |
virtual bool | IsFriendlyAssignment (CombatAssignment *a) |
virtual bool | Success (CombatAssignment *a) |
virtual Text | GetTeamName (CombatGroup *g) |
Protected Attributes | |
int | event_time |
Protected Attributes inherited from CampaignPlan | |
Campaign * | campaign |
double | exec_time |
Definition at line 35 of file CampaignPlanEvent.h.
CampaignPlanEvent::CampaignPlanEvent | ( | Campaign * | c | ) |
Definition at line 36 of file CampaignPlanEvent.cpp.
|
virtual |
Definition at line 44 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 556 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 478 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 599 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 683 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 812 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 952 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 1098 of file CampaignPlanEvent.cpp.
|
virtual |
Reimplemented from CampaignPlan.
Definition at line 50 of file CampaignPlanEvent.cpp.
|
virtual |
Definition at line 77 of file CampaignPlanEvent.cpp.
|
virtual |
Definition at line 446 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 1270 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 1234 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 380 of file CampaignPlanEvent.cpp.
|
virtual |
Reimplemented from CampaignPlan.
Definition at line 69 of file CampaignPlanEvent.cpp.
|
protectedvirtual |
Definition at line 1249 of file CampaignPlanEvent.cpp.
|
inlinestatic |
Reimplemented from CampaignPlan.
Definition at line 38 of file CampaignPlanEvent.h.
|
protected |
Definition at line 68 of file CampaignPlanEvent.h.