byondui

Vars | |
rendered_atom | The atom rendered. |
---|---|
viewing_clients | Weakrefs to client(s) viewing thisUI |
Procs | |
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. |
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.
- show_to - Mob which needs map view
- window - Optional. TGUI window which needs map view