Nuclide
Software Development Kit for id Technology (BETA)
Info Tags

Info tags for bots used to identify objects. More...

Detailed Description

Info tags for bots used to identify objects.

Any entity can have these tags set onto using ncEntity::SetBotTag(), it will help the AI figure out a lot of game specific details.

Enumerations

enum  botInfo_t {
  BOTINFO_NONE , BOTINFO_HEALTH , BOTINFO_ARMOR , BOTINFO_AMMO ,
  BOTINFO_WEAPON , BOTINFO_SPAWNPOINT , BOTINFO_TEAM_GOALITEM , BOTINFO_TEAM_GOALCAPTURE ,
  BOTINFO_END
}
 

Variables

float botinfo
 

Enumeration Type Documentation

◆ botInfo_t

enum botInfo_t
Enumerator
BOTINFO_NONE 

no info

BOTINFO_HEALTH 

health item

BOTINFO_ARMOR 

armor item

BOTINFO_AMMO 

ammo pickup

BOTINFO_WEAPON 

weapon pickup

BOTINFO_SPAWNPOINT 

place where to find new players

BOTINFO_TEAM_GOALITEM 

team-mode goal item (flag, intel)

BOTINFO_TEAM_GOALCAPTURE 

where to go when goal-item present

BOTINFO_END 

end destination

Variable Documentation

◆ botinfo

float botinfo