Data Fields

AILog::LogData Struct Reference

Internal representation of the log-data inside the AI. More...

Data Fields

char ** lines
 The log-lines.
AILog::AILogTypetype
 Per line, which type of log it was.
int count
 Total amount of log-lines possible.
int pos
 Current position in lines.
int used
 Total amount of used log-lines.

Detailed Description

Internal representation of the log-data inside the AI.

This has no use for you, as AI writer.