UFO: Alien Invasion
Loading...
Searching...
No Matches
AI_t Struct Reference

Artificial intelligence of a character. More...

#include <g_local.h>

Collaboration diagram for AI_t:
Collaboration graph

Public Member Functions

 AI_s ()

Data Fields

char type [MAX_QPATH]
char subtype [MAX_VAR]

Detailed Description

Artificial intelligence of a character.

Definition at line 305 of file g_local.h.

Member Function Documentation

◆ AI_s()

AI_t::AI_s ( )
inline

Definition at line 309 of file g_local.h.

References OBJZERO, subtype, and type.

Field Documentation

◆ subtype

char AI_t::subtype[MAX_VAR]

Subtype to be used by AI.

Definition at line 307 of file g_local.h.

Referenced by AI_s(), and AIL_InitActor().

◆ type

char AI_t::type[MAX_QPATH]

Lua file used by the AI.

Definition at line 306 of file g_local.h.

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


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