/tg/ Station 13 - Modules - TypesProc Details

map_view

Procs

NewA screen object, which acts as a container for turfs and other things you want to show on the map, which you usually attach to "vis_contents". Additionally manages the plane masters required to display said container contents
display_toGenerates 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.

Proc Details

New

A screen object, which acts as a container for turfs and other things you want to show on the map, which you usually attach to "vis_contents". Additionally manages the plane masters required to display said container contents

display_to

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.

If you use map view not in TGUI, just call it as usualy. If UI needs planes, call display_to_client.