mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update VM/include/lualib.h
This commit is contained in:
parent
0767823618
commit
c8752f657e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ LUALIB_API double luaL_checknumber(lua_State* L, int numArg);
|
|||
LUALIB_API double luaL_optnumber(lua_State* L, int nArg, double def);
|
||||
|
||||
LUALIB_API int luaL_checkboolean(lua_State* L, int narg);
|
||||
LUALIB_API int luaL_optboolean(lua_State* L, int narg, bool def);
|
||||
LUALIB_API int luaL_optboolean(lua_State* L, int narg, int def);
|
||||
|
||||
LUALIB_API int luaL_checkinteger(lua_State* L, int numArg);
|
||||
LUALIB_API int luaL_optinteger(lua_State* L, int nArg, int def);
|
||||
|
|
Loading…
Add table
Reference in a new issue