23 #include "object/auto/auto.h"
46 void DeleteObject(
bool bAll=
false);
49 bool EventProcess(
const Event &event);
51 Error StartAction(
int param);
52 void SetProgram(
const char* program);
54 bool CreateInterface(
bool bSelect);
56 bool Write(
char *line);
57 bool Read(
char *line);
60 void UpdateInterface();
64 bool NearestVehicle();
68 void SoundManip(
float time,
float amplitude,
float frequency);
71 AutoFactoryPhase m_phase;
Definition: autofactory.h:40
Error
Type of error or info message.
Definition: global.h:29
3D (3x1) vector
Definition: vector.h:49
EventType
Type of event message.
Definition: event.h:35
Event sent by system, interface or game.
Definition: event.h:687