Panda3D
|
This class implements a linked list of AI Characters allowing the user to add and delete characters from the linked list. More...
#include "aiWorld.h"
Classes | |
struct | node |
Public Member Functions | |
void | append (AICharacter *ai_ch) |
void | del (string name) |
void | print_list () |
This function prints the ai characters in the AICharPool. | |
Public Attributes | |
node * | _head |
This class implements a linked list of AI Characters allowing the user to add and delete characters from the linked list.
This will be used in the AIWorld class.
void AICharPool::print_list | ( | ) |
This function prints the ai characters in the AICharPool.
Used for debugging purposes.
Definition at line 245 of file aiWorld.cxx.