Exports

Export para enseñar el Text UI:

exports['bx_textui']:ShowText(message)
  • El parámetro message corresponde al mensaje que quieres que se vea en el Text UI.

Export para ocultar el Text UI:

exports['bx_textui']:HideText()
  • Este export no necesita ningĂşn parámetro ya que solo oculta el Text UI que se esta mostrando.

Export to show the Text UI:

exports['bx_textui']:ShowText(message)
  • The message parameter corresponds to the message you want to be displayed in the Text UI.

Export to hide the Text UI:

exports['bx_textui']:HideText()
  • This export does not need any parameters as it only hides the Text UI that is being displayed.

Last updated