Skip to content

Console

Folfy Blue edited this page Apr 23, 2019 · 4 revisions

Console Lib

  • console.log()
    Arguments: Type, String (String, Sring) Logs something to the console with the time and date
  • console.slowPrint()
    Arguments: String
    Prints something slowly
  • console.slowWrite()
    Arguments: String
    Writes something slowly
  • console.error()
    Arguments: error, message, additional infos Erroring with additional arguments
  • console.update()
    Arguments: bool, string... Boolean: does the text appear slowly, String: text that will appear
Clone this wiki locally