Home
last modified time | relevance | path

Searched refs:GatherWait (Results 1 – 2 of 2) sorted by relevance

/dports/games/spring/spring_98.0/rts/Game/
H A DWaitCommandsAI.h27 CR_DECLARE_SUB(GatherWait)
177 class GatherWait : public Wait {
178 CR_DECLARE(GatherWait)
180 static GatherWait* New(const Command& cmd);
181 ~GatherWait();
187 GatherWait(const Command& cmd);
H A DWaitCommandsAI.cpp76 CR_REG_METADATA_SUB(CWaitCommandsAI,GatherWait , ( in CR_BIND_DERIVED_INTERFACE()
176 InsertWaitObject(GatherWait::New(cmd)); in AddGatherWait()
1017 CWaitCommandsAI::GatherWait*
1018 CWaitCommandsAI::GatherWait::New(const Command& cmd) in New()
1020 GatherWait* gw = new GatherWait(cmd); in New()
1029 CWaitCommandsAI::GatherWait::GatherWait(const Command& cmd) in GatherWait() function in CWaitCommandsAI::GatherWait
1067 CWaitCommandsAI::GatherWait::~GatherWait() in ~GatherWait()
1073 void CWaitCommandsAI::GatherWait::DependentDied(CObject* object) in DependentDied()
1079 void CWaitCommandsAI::GatherWait::AddUnit(CUnit* unit) in AddUnit()
1085 void CWaitCommandsAI::GatherWait::RemoveUnit(CUnit* unit) in RemoveUnit()
[all …]