23 #include "object/auto/auto.h" 45 void DeleteObject(
bool all=
false)
override;
48 void Start(
int param)
override;
49 bool EventProcess(
const Event &event)
override;
50 Error IsEnded()
override;
51 Error GetError()
override;
54 bool SetValue(
int rank,
float value)
override;
68 std::string m_alienProgramName;
70 AutoEggPhase m_phase = AEP_NULL;
71 float m_progress = 0.0f;
Definition: old_object.h:79
Definition: parserline.h:37
bool SetString(char *string) override
Sets program which will be run by created aliens.
Definition: autoegg.cpp:148
ObjectType
Type of game object.
Definition: object_type.h:33
Event sent by system, interface or game.
Definition: event.h:735
Base class for all 3D in-game objects.
Definition: object.h:63