code/datums/browser.dm 
| /proc/tg_alert | DEPRECATED: USE tgui_alert(...) INSTEAD |
|---|---|
| /proc/onclose | Registers the on-close verb for a browse window (client/verb/windowclose) this will be called when the close-button of a window is pressed. |
| /datum/verb_metadata/client/windowclose | the on-close client verb called when a browser popup window is closed after registering with proc/onclose() if a valid atom reference is supplied, call the atom's Topic() with "close=1" otherwise, just reset the client mob's machine var. |