Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 9df8888

Browse files
committed
This function doesn't exist
Inconsistencies between gmod's lua_shared and the 5.1 docs are annoying. I think this is the only one.
1 parent c78d9db commit 9df8888

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ pub struct LuaSharedInterface {
6868
pub luaL_checknumber: extern fn(state: LuaState, narg: CInt) -> LuaNumber,
6969
pub luaL_checkstring: extern fn(state: LuaState, narg: CInt) -> CharBuf,
7070
pub luaL_checklstring: extern fn(state: LuaState, narg: CInt) -> CharBuf,
71-
pub luaL_checklong: extern fn(state: LuaState, narg: CInt) -> CLong,
7271

7372
// Type Checks that return nothing
7473
pub luaL_checkany: extern fn(state: LuaState, narg: CInt),

0 commit comments

Comments
 (0)