lua-5.3 Questions

1

Solved

I recently upgraded from Lua 5.2.3 to 5.3.1 but I noticed all my scripts that perform a string.format started failing if it tried to format a float using %d local anExampleString = string.format("...
Aweinspiring asked 23/7, 2015 at 2:17

1

Solved

In Lua 5.3 table related functions in the C API receive and return lua_Integer. void lua_rawgeti (lua_State *L, int idx, lua_Integer n); void lua_rawseti (lua_State *L, int idx, lua_Integer n); lu...
Zinkenite asked 11/1, 2015 at 3:48
1

© 2022 - 2024 — McMap. All rights reserved.