Floor
Category: Math
Signature
Floor(value As Double)
Returns
Integer
Description
Rounds the value down to the next whole integer.
Example
tileX = Floor(playerX / 32)
Category: Math
Floor(value As Double)
Integer
Rounds the value down to the next whole integer.
tileX = Floor(playerX / 32)