Jump to content

What is the "... [Solved]


Recommended Posts

tonumber: changes a string that contains a number into a number, so that it can be used mathematically.

math.floor: rounds down a number to nearest integer, in other words, 5.5 becomes 5.0, 5.9 does as well and 5.1 too.

_: underscore is used sometimes when there is a function that returns many values, but you dont care about the first values, and you want a value after the underscore.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...