Skip to content
TheJoshua974 edited this page Oct 7, 2017 · 4 revisions

Table library

  • table.merge()
    Arguments: Table, and another table
    Merge two tables
  • table.to2D()
    Arguments: String
    Makes a 2D table using a string
  • table.tostring()
    Arguments: Table
    Makes a table a string
  • table.list()
    Arguments: Table
    Lists a table and also returns the count of values
  • table.head()
    Arguments: Table
    Returns the first value of a table
  • table.tail()
    Arguments: Table
    Returns the tail of a table
  • table.find()
    Arguments: Table
    Searches for a value in a table
  • table.reverse()
    Arguments: Table
    Reverses a table
Clone this wiki locally