Back to Home
ESO Function Data v101044
AddSystemMessage()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/addoncompatibilityaliases/pc/addoncompatibilityaliases.lua:858 -- CHAT_ROUTER:AddSystemMessage(messageText)
- ingame/battleground/battlegroundhud.lua:116 -- CHAT_ROUTER:AddSystemMessage(shutdownImminentMessage)
- ingame/battleground/battlegroundhud.lua:197 -- CHAT_ROUTER:AddSystemMessage(shutdownImminentMessage)
- ingame/chatsystem/chathandlers.lua:427 -- self:AddSystemMessage(messageText)
- ingame/chatsystem/sharedchatsystem.lua:1654 -- CHAT_ROUTER:AddSystemMessage(self.requirementErrorMessage)
- ingame/chatsystem/sharedchatsystem.lua:1656 -- CHAT_ROUTER:AddSystemMessage(self.requirementErrorMessage())
- ingame/combatlogs/targetdummylog.lua:27 -- CHAT_ROUTER:AddSystemMessage(zo_strformat(SI_TARGET_DUMMY_DPS_RESULT_FORMAT, dps, ZO_FormatTimeAsDecimalWhenBelowThreshold(timeSpentTakingDamage), self.unitName))
- ingame/slashcommands/slashcommands_shared.lua:4 -- CHAT_ROUTER:AddSystemMessage(string.format(messageOrFormatter or "", ...))
- ingame/slashcommands/slashcommands_shared.lua:17 -- CHAT_ROUTER:AddSystemMessage(GetString(SI_CHAT_LOG_ENABLED))
- ingame/slashcommands/slashcommands_shared.lua:19 -- CHAT_ROUTER:AddSystemMessage(GetString(SI_CHAT_LOG_DISABLED))
- ingame/slashcommands/slashcommands_shared.lua:37 -- CHAT_ROUTER:AddSystemMessage(line)
- ingame/slashcommands/slashcommands_shared.lua:42 -- CHAT_ROUTER:AddSystemMessage(string.format("Encounter log version |cffffff%u|r documentation:", GetEncounterLogVersion()))
- ingame/slashcommands/slashcommands_shared.lua:43 -- CHAT_ROUTER:AddSystemMessage("All lines begin with the time in MS since logging began and the line type.")
- ingame/slashcommands/slashcommands_shared.lua:44 -- CHAT_ROUTER:AddSystemMessage(" refers to the following fields for a unit: unitId, health/max, magicka/max, stamina/max, ultimate/max, werewolf/max, shield, map NX, map NY, headingRadians.")
- ingame/slashcommands/slashcommands_shared.lua:45 -- CHAT_ROUTER:AddSystemMessage(" is replaced with an asterisk if the source and target are the same.")
- ingame/slashcommands/slashcommands_shared.lua:46 -- CHAT_ROUTER:AddSystemMessage(" refers to the following fields for a piece of equipment: slot, id, isCP, level, trait, displayQuality, setId, enchantType, isEnchantCP, enchantLevel, enchantQuality.")
- ingame/slashcommands/slashcommands_shared.lua:69 -- CHAT_ROUTER:AddSystemMessage("Encounter log set to normal format.")
- ingame/slashcommands/slashcommands_shared.lua:72 -- CHAT_ROUTER:AddSystemMessage("Encounter log set to verbose format.")
- ingame/slashcommands/slashcommands_shared.lua:77 -- CHAT_ROUTER:AddSystemMessage("Encounter log ability info set to separate format.")
- ingame/slashcommands/slashcommands_shared.lua:80 -- CHAT_ROUTER:AddSystemMessage("Encounter log ability info set to inline format.")
- ingame/slashcommands/slashcommands_shared.lua:85 -- CHAT_ROUTER:AddSystemMessage(GetString(SI_ENCOUNTER_LOG_DISABLED_ALERT))
- ingame/slashcommands/slashcommands_shared.lua:88 -- CHAT_ROUTER:AddSystemMessage(GetString(SI_ENCOUNTER_LOG_ENABLED_ALERT))
- ingame/slashcommands/slashcommands_shared.lua:92 -- CHAT_ROUTER:AddSystemMessage("Options are:")
- ingame/slashcommands/slashcommands_shared.lua:93 -- CHAT_ROUTER:AddSystemMessage("|cffffffformat|r - print the format of each line type.")
- ingame/slashcommands/slashcommands_shared.lua:94 -- CHAT_ROUTER:AddSystemMessage("|cffffffverbose|r - toggle between the normal line format and a verbose format that names each field.")
- ingame/slashcommands/slashcommands_shared.lua:95 -- CHAT_ROUTER:AddSystemMessage("|cffffffinline|r - toggle between ability infomation being inline and in its own line.")
- ingame/slashcommands/slashcommands_shared.lua:96 -- CHAT_ROUTER:AddSystemMessage("|cffffff|r - toggle the encounter log.")
- ingame/slashcommands/slashcommands_shared.lua:103 -- CHAT_ROUTER:AddSystemMessage(zo_strformat(SI_GROUP_INVITE_REQUEST_EMPTY_MESSAGE, ZO_GetPlatformAccountLabel()))
- ingame/slashcommands/slashcommands_shared.lua:106 -- CHAT_ROUTER:AddSystemMessage(zo_strformat(GetString("SI_GROUPINVITERESPONSE", GROUP_INVITE_RESPONSE_INVITED), txt))
- ingame/slashcommands/slashcommands_shared.lua:133 -- CHAT_ROUTER:AddSystemMessage(zo_strformat(SI_CHAT_MESSAGE_PLAYED_TIME, GetRawUnitName("player"), playedTime))
- ingame/slashcommands/slashcommands_shared.lua:215 -- CHAT_ROUTER:AddSystemMessage(RANDOM_ROLL_COMMAND_HELP_HINT)
- ingame/slashcommands/slashcommands_shared.lua:229 -- CHAT_ROUTER:AddSystemMessage(GetString(SI_RANDOM_ROLL_HELP_HEADER))
- ingame/slashcommands/slashcommands_shared.lua:291 -- CHAT_ROUTER:AddSystemMessage(GetString("SI_RANDOMROLLRESULT", result))