[DiscordArchive] in WorldStateFrame.xml there's a script:
[DiscordArchive] in WorldStateFrame.xml there's a script:
Archived author: IslJack • Posted: 2024-08-30T07:58:07.385000+00:00
Original source
in WorldStateFrame.xml there's a script:
```xml
<Button name="WorldStateScoreColumn1" inherits="WorldStateScoreColumnTemplate">
<Anchors>
<Anchor point="LEFT" relativeTo="WorldStateScoreFrameHealingDone" relativePoint="RIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
self.sortType = "stat1";
</OnLoad>
</Scripts>
</Button>
```
depending on the type of bg, this column takes on different values. On wsg, these are captured flags, and on alterac assaulted buildings. is this some kind of api or is it ref to a var from the core?