Base class that holds some basic information about AIs and AI libraries. More...
#include <ai_info.hpp>
Static Public Member Functions | |
static SQInteger | Constructor (HSQUIRRELVM vm, AIFileInfo *info) |
Process the creation of a FileInfo object. | |
Protected Attributes | |
class AIScanner * | base |
AIScanner object that was used to scan this AI (library) info. |
Base class that holds some basic information about AIs and AI libraries.
Definition at line 52 of file ai_info.hpp.