#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 | |
TheStage * | gStage |
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.
|
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. |