Daedalus Dock - Modules - TypesVar Details - Proc Details

persistent_client

Vars

byond_buildThe last known byond build the client connected with.
byond_versionThe last known byond version the client connected with.
clientThe actual client, can be null at any time (duh)
loggingNested list of client-related logging.
mobThe mob this client is bound to.
played_namesThe name of every mob this user has been associated with this round.
post_login_callbacksCallbacks for mob/Login()
post_logout_callbacksCallbacks for mob/Logout()
prefsThe preferences of the client.

Procs

SetMobSetter for the mob var, handles both references.
full_byond_versionReturns 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.

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.