Back to Home
ESO Function Data v101044
GetRoundAndTimeText()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/battleground/battlegroundhud.lua:232
--
function BattlegroundHUDFragment:GetRoundAndTimeText(textForRounds, textForMatch, currentRound, numRounds, timerText)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/battleground/battlegroundhud.lua:131
--
self:GetRoundAndTimeText(SI_BATTLEGROUND_STATE_STARTING_ROUND, SI_BATTLEGROUND_STATE_STARTING_MATCH, currentRound, numRounds, self:GetFormattedTimer())
ingame/battleground/battlegroundhud.lua:185
--
self:GetRoundAndTimeText(SI_BATTLEGROUND_STATE_RUNNING_ROUND, SI_BATTLEGROUND_STATE_RUNNING_MATCH, GetCurrentBattlegroundRoundIndex(), GetBattlegroundNumRounds(battlegroundId), self:GetFormattedTimer())