AI_s Struct Reference

Artificial intelligence of a character. More...

#include <g_local.h>

Collaboration diagram for AI_s:
Collaboration graph
[legend]

Data Fields

char type [MAX_QPATH]
char subtype [MAX_VAR]
lua_StateL

Detailed Description

Artificial intelligence of a character.

Definition at line 626 of file g_local.h.


Field Documentation

The lua state used by the AI.

Definition at line 629 of file g_local.h.

Referenced by AIL_ActorThink(), AIL_CleanupActor(), and AIL_InitActor().

char AI_s::subtype[MAX_VAR]

Subtype to be used by AI.

Definition at line 628 of file g_local.h.

Referenced by AIL_InitActor().

char AI_s::type[MAX_QPATH]

Lua file used by the AI.

Definition at line 627 of file g_local.h.

Referenced by AIL_InitActor().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2