Space Station 13 - Modules - TypesVar Details - Proc Details

client

Vars

next_ambience_timeThe next threshold time for the client to be able to play basic ambience sounds.
playing_vent_ambienceWhether or not the client is currently playing the "ship hum" ambience sound.
selected_targetList that stores the object and parameters related to the selected target during mouse events in the client. Allows the client to remember the target selected during a "MouseDown" event or update the selection during a "MouseDrag" event.
tooltipsdatum that controls the displaying and hiding of tooltips

Procs

callprocVERBS
fetch_bansAliases to _find_bans_in_connections() with this client's fetch_connections() result.
fetch_connectionsAliases to _fetch_connections() with this client's ckey, address, and CID.
nanocloseCalled when a Nano UI window is closed This is how Nano handles closed windows It must be a verb so that it can be called using winset
show_associated_bansAliases to _show_associated_bans() using this client's fetch_bans() result, ckey, IP address, and CID.
show_associated_connectionsAliases to _show_associated_connections() using this client's fetch_connections() result, ckey, IP address, and CID.

Var Details

next_ambience_time

The next threshold time for the client to be able to play basic ambience sounds.

playing_vent_ambience

Whether or not the client is currently playing the "ship hum" ambience sound.

selected_target

List that stores the object and parameters related to the selected target during mouse events in the client. Allows the client to remember the target selected during a "MouseDown" event or update the selection during a "MouseDrag" event.

tooltips

datum that controls the displaying and hiding of tooltips

Proc Details

callproc

VERBS

fetch_bans

Aliases to _find_bans_in_connections() with this client's fetch_connections() result.

Returns list of lists.

fetch_connections

Aliases to _fetch_connections() with this client's ckey, address, and CID.

Returns list of lists.

nanoclose

Called when a Nano UI window is closed This is how Nano handles closed windows It must be a verb so that it can be called using winset

@return nothing

show_associated_bans

Aliases to _show_associated_bans() using this client's fetch_bans() result, ckey, IP address, and CID.

Has no return value.

show_associated_connections

Aliases to _show_associated_connections() using this client's fetch_connections() result, ckey, IP address, and CID.

Has no return value.