Daedalus Dock - Modules - TypesVar Details - Proc Details

byondui

Vars

rendered_atomThe atom rendered.
viewing_clientsWeakrefs to client(s) viewing thisUI

Procs

get_screen_objectsReturns a list of objects to shove into the client's screen.
hide_from_clientDoes what it says on the tin, removes this ui from their screen and removes them from us.
render_to_tguiGenerates and displays the map view to a client Make sure you at least try to pass tgui_window if map view needed on UI, so it will wait a signal from TGUI, which tells windows is fully visible.

Var Details

rendered_atom

The atom rendered.

viewing_clients

Weakrefs to client(s) viewing thisUI

Proc Details

get_screen_objects

Returns a list of objects to shove into the client's screen.

hide_from_client

Does what it says on the tin, removes this ui from their screen and removes them from us.

render_to_tgui

Generates and displays the map view to a client Make sure you at least try to pass tgui_window if map view needed on UI, so it will wait a signal from TGUI, which tells windows is fully visible.