Back to Home

ESO Lua File v101041

publicallingames/exploration/explorationutils.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-------------------------------
-- Exploration Utilities
-------------------------------
    local zoneIndex = GetUnitZoneIndex("player")
    return GetZoneId(zoneIndex)
end
    local zoneId = GetZoneId(zoneIndex)
    return GetZoneStoryZoneIdForZoneId(zoneId)
end
    local currentZoneIndex = GetCurrentMapZoneIndex()
    return ZO_ExplorationUtils_GetZoneStoryZoneIdByZoneIndex(currentZoneIndex)
end