23 #include "object/auto/auto.h" 25 #include "level/research_type.h" 48 void DeleteObject(
bool bAll=
false)
override;
51 Error StartAction(
int param)
override;
52 bool EventProcess(
const Event &event)
override;
53 Error GetError()
override;
55 bool CreateInterface(
bool bSelect)
override;
61 void UpdateInterface();
64 void SoundManip(
float time,
float amplitude,
float frequency);
67 AutoLaboPhase m_phase = ALAP_WAIT;
68 float m_progress = 0.0f;
70 float m_timeVirus = 0.0f;
71 float m_lastParticle = 0.0f;
72 ResearchType m_research = {};
73 int m_partiRank[3] = {};
74 int m_partiSphere = 0;
75 int m_soundChannel = 0;
Definition: old_object.h:79
Definition: parserline.h:37
Definition: autolabo.h:42
EventType
Type of event message.
Definition: event.h:41
Event sent by system, interface or game.
Definition: event.h:735