mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
------------------------------------------------------------ nanoui - For creating and updating browser UIs manomanager - For managing nanouis Includes the "D:\Development\SS13-TG\code\game\machinery\cryo.dm" rebuilt using Nano. Templates are stored in /nano/templates This code is in development, it's also not commented yet.
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
// All movable things can have a Nano UI, always use ui_interact to open/interact with a Nano UI
|
|
/atom/movable/proc/ui_interact(mob/user, ui_key = "main")
|
|
return
|
|
|
|
// Used by the Nano UI Manager (/datum/nanomanager) to track UIs opened by this mob
|
|
/mob/var/list/open_uis = list()
|