#include <ai_log.hpp>
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. |
This has no use for you, as AI writer.
Definition at line 45 of file ai_log.hpp.