Tao.Lua.Lua.luaL_checktype C# (CSharp) Method

luaL_checktype() private method

private luaL_checktype ( lua_State L, int narg, int t ) : void
L lua_State
narg int
t int
return void
        public extern static void luaL_checktype(lua_State L, int narg, int t);
Lua