Updated the documentation for the ui_interact proc.

Moved the client nanoclose verb into nanoexternal.dm.

Removed debug comments.
This commit is contained in:
Mark Aherne (Faerdan)
2013-09-11 22:24:21 +01:00
parent 03bbea6f35
commit 2e957c8b51
4 changed files with 41 additions and 31 deletions

View File

@@ -70,7 +70,7 @@
/**
* The ui_interact proc is used to open and update Nano UIs
* If ui_interact is not used then the UI will not update correctly
* ui_interact is currently defined for /obj and /mob
* ui_interact is currently defined for /atom/movable
*
* @param user /mob The mob who is interacting with this ui
* @param ui_key string A string key to use for this ui. Allows for multiple unique uis on one obj/mob (defaut value "main")