#include <world.h>
Inheritance diagram for AGS::World::
Public Methods | |
World (int id) | |
~World () | |
int | id () |
void | send (void *data, int length) |
|
Build a new world using the given id. |
|
Destroy a world. |
|
Return the internal world id. |
|
Send some arbitrary data to a world. |