World of Hello
|
used for functions relating to the current user. More...
#include <self.h>
Static Public Member Functions | |
static void | setWorld (string worldName) |
warps the user to a different world. More... | |
static string | getWorld () |
gets the name of the current world. More... | |
static int | getId () |
gets the id of the user. More... | |
static string | getAccount () |
gets the name of the account the user is logged into. More... | |
used for functions relating to the current user.
|
static |
gets the name of the account the user is logged into.
|
static |
gets the id of the user.
Unique ids are assigned to users uppon connections. Grabs the unique id for the user.
|
static |
gets the name of the current world.
Typically you will know your own world name, but this is for the case that a world name may be changed.
|
static |
warps the user to a different world.
Used to switch apps. If the world doesn't exist or the user does not have sufficient access rights, they are instead sent to the login world.
The | name of the world to be warped to. |