Exemple #1
0
    //TODO: luaL_error

    //TODO: luaL_checkoption

    public static int luaL_fileresult(LuaState state, int stat, string fileName)
    {
        return(LuaNativeBinding.luaL_fileresult(state, stat, fileName));
    }