GE Lua Documentation

Press F to search!

resetAllGroupsToVisible

Definition


-- @/lua/ge/extensions/freeroam/bigMapPoiProvider.lua:120

-- Function to reset all groups to visible
M.resetAllGroupsToVisible = function()
  for groupKey, _ in pairs(groupVisibilityState) do
    groupVisibilityState[groupKey] = true
  end
end

Callers