Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

theStage.h File Reference

The header file that describes the Stage, the puppet collection. More...

#include "puppet.h"
#include <ltengineobjectsclient.h>
#include "shared_types.h"

Go to the source code of this file.

Compounds

class  TheStage
 A collection of puppets, and a distributor of action. More...


Defines

#define INITIAL_PUPPETS   16
 Starting cap on the number of puppets. More...


Variables

TheStagegStage


Detailed Description

The header file that describes the Stage, the puppet collection.

The Stage directs all communication between PuppetMaster (the input manager) and the puppets themselves. While the Kairaishi does the actual conversion of network packets, the Stage manages all facets of puppet creation, interaction, and destruction.


Define Documentation

#define INITIAL_PUPPETS   16
 

Starting cap on the number of puppets.

INITIAL_PUPPETS is supposted to be simply a starting number on the array size of some dynamic array, but since the arrays are static at the moment, it's actually a hard limit as to the number of puppets displayable at once.


Generated on Tue Oct 16 13:42:10 2001 for The Stage by doxygen1.2.11 written by Dimitri van Heesch, © 1997-2001