Panda3D
Classes | Public Member Functions | Public Attributes

AICharPool Class Reference

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"

List of all members.

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

Detailed Description

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.

Definition at line 41 of file aiWorld.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations