player_details 
Tracks information about a client between log in and log outs
Vars | |
| achievements | Tracks achievements they have earned |
|---|---|
| byond_build | Build number of BYOND this client is using. |
| byond_version | Major version of BYOND this client is using. |
| joined_as_slots | Lazylist of preference slots this client has joined the round under Numbers are stored as strings |
| logging | Tracks client action logging |
| played_names | List of names this key played under this round assoc list of name -> mob tag |
| player_actions | Action datums assigned to this player |
| post_login_callbacks | Callbacks invoked when this client logs in again |
| post_logout_callbacks | Callbacks invoked when this client logs out |
| time_of_death | World.time this player last died |
Procs | |
| full_byond_version | Returns the full version string (i.e 515.1642) of the BYOND version and build. |
| get_played_names | Writes all of the played_names into an HTML-escaped string. |
Var Details
achievements 
Tracks achievements they have earned
byond_build 
Build number of BYOND this client is using.
byond_version 
Major version of BYOND this client is using.
joined_as_slots 
Lazylist of preference slots this client has joined the round under Numbers are stored as strings
logging 
Tracks client action logging
played_names 
List of names this key played under this round assoc list of name -> mob tag
player_actions 
Action datums assigned to this player
post_login_callbacks 
Callbacks invoked when this client logs in again
post_logout_callbacks 
Callbacks invoked when this client logs out
time_of_death 
World.time this player last died
Proc Details
full_byond_version
Returns the full version string (i.e 515.1642) of the BYOND version and build.
get_played_names
Writes all of the played_names into an HTML-escaped string.