TextUI

Displays relevant contextual information at the right time.

showTextUI

exports["UrantixInterface"]:showTextUI({
    CloseAuto = false, -- Make the TextUI auto-hide
    Text = text,
    Key = key,
    ID = id,
})

isTextUIVisible

exports["UrantixInterface"]:isTextUIVisible()

hideTextUI

exports["UrantixInterface"]:hideTextUI('atm')

Last updated