Back to Home
ESO Function Data v101044
SetViewedRound()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/battleground/battlegroundscoreboard.lua:872
--
function Battleground_Scoreboard_Fragment:SetViewedRound(roundIndex, clampRound)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/battleground/battlegroundscoreboardroundindicator.lua:275
--
self.parent:SetViewedRound(self.currentRound, CLAMP_ROUND)
ingame/battleground/battlegroundscoreboardroundindicator.lua:280
--
self.parent:SetViewedRound(self.parent:GetViewedRound() + deltaIndex, CLAMP_ROUND)
ingame/battleground/battlegroundscoreboardroundindicator.lua:291
--
self.parent:SetViewedRound(roundIndex, DONT_CLAMP_ROUND)