"devops/azure-devops.yml" did not exist on "357c8d143dc46810ff6db11e6be12b23d996fc9e"
  • Vinicius Jarina's avatar
    Lua integer support (#290) · e51e3598
    Vinicius Jarina authored
    * Added support to Lua integers.
    
    * Operator [] and `GetNumber` will still return the `double` regardless of the value for backward compatibility
    LuaTable.GetObject may have breaks if your code is assuming the value will be always a double boxed.
    To get long from Lua object use `GetLong` and to get an integer `GetInteger`.
    e51e3598
CheckType.cs 13.2 KB