Internal representation of the log-data inside the AI. More...
Data Fields | |
char ** | lines |
The log-lines. | |
AILog::AILogType * | type |
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. |
Internal representation of the log-data inside the AI.
This has no use for you, as AI writer.