public static int luaL_optinteger(LuaState state, int argNum, int def) { return(LuaNativeBinding.luaL_optinteger(state, argNum, def)); }