6 lines
182 B
JavaScript
6 lines
182 B
JavaScript
// Constants used in tgui; these are mirrored from the BYOND code.
|
|
export const UI_INTERACTIVE = 2
|
|
export const UI_UPDATE = 1
|
|
export const UI_DISABLED = 0
|
|
export const UI_CLOSE = -1
|