function(allstates, event)
if event == "ENCOUNTER_START" then
aura_env.GUIDToUnit = {}
for unit in WA_IterateGroupMembers() do
aura_env.GUIDToUnit[UnitGUID(unit)] = unit
end
local shouldShow = aura_env:ReadNote()
if shouldShow then
aura_env:CreatePrivateAuraAnchors()
allstates[""] = {
show = true,
changed = true
}
return true
end
end
end
What does the line in the title of this post mean? Is it referencing the MRT note?