persistent_client 
Vars | |
| byond_build | The last known byond build the client connected with. |
|---|---|
| byond_version | The last known byond version the client connected with. |
| client | The actual client, can be null at any time (duh) |
| logging | Nested list of client-related logging. |
| mob | The mob this client is bound to. |
| played_names | The name of every mob this user has been associated with this round. |
| playlist | Lobby music playlist. |
| post_login_callbacks | Callbacks for mob/Login() |
| post_logout_callbacks | Callbacks for mob/Logout() |
| prefs | The preferences of the client. |
Procs | |
| SetMob | Setter for the mob var, handles both references. |
| full_byond_version | Returns the full version string (i.e 515.1642) of the BYOND version and build. |
Var Details
byond_build 
The last known byond build the client connected with.
byond_version 
The last known byond version the client connected with.
client 
The actual client, can be null at any time (duh)
logging 
Nested list of client-related logging.
mob 
The mob this client is bound to.
played_names 
The name of every mob this user has been associated with this round.
playlist 
Lobby music playlist.
post_login_callbacks 
Callbacks for mob/Login()
post_logout_callbacks 
Callbacks for mob/Logout()
prefs 
The preferences of the client.
Proc Details
SetMob
Setter for the mob var, handles both references.
full_byond_version
Returns the full version string (i.e 515.1642) of the BYOND version and build.