SimpleAI
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Variables
ai::attributes Namespace Reference

Defines some standard names for ICharacter attributes. None of these must be used. But if you use them, the remote debugger can make use of known values to render more information into the view. More...

Variables

const char *const NAME = "Name"
 Attribute for the name of an entity.
 
const char *const GROUP = "Group"
 
const char *const ID = "Id"
 
const char *const POSITION = "Position"
 
const char *const SPEED = "Speed"
 
const char *const ORIENTATION = "Orientation"
 

Detailed Description

Defines some standard names for ICharacter attributes. None of these must be used. But if you use them, the remote debugger can make use of known values to render more information into the view.