UFO: Alien Invasion
g_edict.h File Reference

Local definitions for game module. More...

Include dependency graph for g_edict.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Edict
 
class  Actor
 An Edict of type Actor. More...
 

Macros

#define INH   0
 Everything that is not in the bsp tree is an edict, the spawnpoints, the actors, the misc_models, the weapons and so on. More...
 

Functions

ActormakeActor (Edict *ent)
 Convert an Edict pointer into an Actor pointer. More...
 

Detailed Description

Local definitions for game module.

Definition in file g_edict.h.

Macro Definition Documentation

◆ INH

#define INH   0

Everything that is not in the bsp tree is an edict, the spawnpoints, the actors, the misc_models, the weapons and so on.

Definition at line 37 of file g_edict.h.

Function Documentation

◆ makeActor()