kgameprocess.h
void signalInit(TQDataStream &stream, int userid)
This signal is emmited when the process is initialized, i.e.
bool exec(int argc, char *argv[])
Enters the event loop of the computer process.
Definition kgameprocess.cpp:76
void signalCommand(TQDataStream &inputStream, int msgid, int receiver, int sender)
The generic communication signal.
bool terminate() const
Should the computer process leave its exec function?
Definition kgameprocess.h:92
void setTerminate(bool b)
Set this to true if the computer process should end, ie leave its exec function.
Definition kgameprocess.h:100
void signalTurn(TQDataStream &stream, bool turn)
This signal is emmited if the computer player should perform a turn.
Trinity API Reference