Float, Int, Double

Discussion in 'Rust Development' started by Reneb, Feb 16, 2015.

  1. Hey guys,
    Was wondering if from lua we could do such things or if it could be implemented:
    1 => convert to int
    "1" => to string
    Those 2 exist already :p

    But add:
    1.0 => convert to double
    1f => convert to float