25 #include "object/auto/auto.h"
48 void DeleteObject(
bool bAll=
false);
51 bool EventProcess(
const Event &event);
53 Error StartAction(
int param);
54 void SetProgram(
const char* program);
56 bool CreateInterface(
bool bSelect);
62 void UpdateInterface();
66 bool NearestVehicle();
70 void SoundManip(
float time,
float amplitude,
float frequency);
73 AutoFactoryPhase m_phase;
Definition: parserline.h:33
Definition: autofactory.h:42
Error
Type of error or info message.
Definition: global.h:32
3D (3x1) vector
Definition: vector.h:52
EventType
Type of event message.
Definition: event.h:38
Event sent by system, interface or game.
Definition: event.h:678