All static information from an AI library like name, version, etc. More...
#include <ai_info.hpp>
Public Member Functions | |
const char * | GetCategory () const |
Get the category this library is in. | |
Static Public Member Functions | |
static void | RegisterAPI (Squirrel *engine) |
Register the functions of this class. | |
static SQInteger | Constructor (HSQUIRRELVM vm) |
Create an AI, using this AIInfo as start-template. | |
Private Attributes | |
const char * | category |
The category this library is in. |
All static information from an AI library like name, version, etc.
Definition at line 61 of file ai_info.hpp.