"tests/build/vscode:/vscode.git/clone" did not exist on "7c8ff8773332fa37fed2977bae2eea24ca0b5ff6"
  • 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
LuaRegistrationHelper.cs 3.76 KB