Nuclide
Software Development Kit for id Tech
NSTalkMonster.h File Reference

Go to the source code of this file.

Classes

class  NSTalkMonster
 This class represents NSMonsters that talk. More...
 

Macros

#define PLAYER_DETECT_RADIUS   512
 

Functions

void NSTalkMonster_ParseSentence (void)
 
void NSTalkMonster_ReadEntity (bool)
 

Variables

 enumflags
 

Macro Definition Documentation

◆ PLAYER_DETECT_RADIUS

#define PLAYER_DETECT_RADIUS   512

Function Documentation

◆ NSTalkMonster_ParseSentence()

void NSTalkMonster_ParseSentence ( void  )

◆ NSTalkMonster_ReadEntity()

void NSTalkMonster_ReadEntity ( bool  new)

Variable Documentation

◆ enumflags

enumflags
Initial value:
{
MONSTER_USED,
MONSTER_FEAR,
MONSTER_METPLAYER,
MONSTER_CANFOLLOW
}