Main Page   Class Hierarchy   Compound List   File List   Compound Members  

AGS::World Class Reference

#include <world.h>

Inheritance diagram for AGS::World::

List of all members.

Public Methods

 World (int id)
 ~World ()
int id ()
void send (void *data, int length)

Detailed Description

World base class. This one should be reimplemented by all games which work using parallel worlds or levels.


Constructor & Destructor Documentation

World::World int    id
 

Build a new world using the given id.

World::~World  
 

Destroy a world.


Member Function Documentation

int World::id  
 

Return the internal world id.

void World::send void *    data,
int    length
 

Send some arbitrary data to a world.


The documentation for this class was generated from the following files:
Generated on Mon May 6 10:52:13 2002 for GGZ Advanced Game Server by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001