UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AI_s Struct Reference

Artificial intelligence of a character. More...

#include <g_local.h>

Data Fields

char type [MAX_QPATH]
 
char subtype [MAX_VAR]
 

Detailed Description

Artificial intelligence of a character.

Definition at line 303 of file g_local.h.

Field Documentation

char AI_s::subtype[MAX_VAR]

Subtype to be used by AI.

Definition at line 305 of file g_local.h.

Referenced by AIL_class(), and AIL_InitActor().

char AI_s::type[MAX_QPATH]

Lua file used by the AI.

Definition at line 304 of file g_local.h.

Referenced by AIL_ActorThink(), and AIL_InitActor().


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