luaL_checktype() public static method

public static luaL_checktype ( LuaState luaState, int narg, Type type ) : void
luaState LuaState
narg int
type System.Type
return void
Esempio n. 1
0
 public static void luaL_checktype(this LuaState luaState, int narg, Type type) => Lua.luaL_checktype(luaState, narg, type);