[Radar] Feature Request: Add the ability to see avatar distance in avatar range alerts.

To toggle this feature, right click the radar, under the Alerts submenu choose "Include distance in alerts"

Cleans up code for calls to setPosition.
For now only entering messages will show distance, unless testing shows that it should be otherwise.
This commit is contained in:
Inusaito Sayori
2014-09-11 03:58:23 -04:00
parent ff8b4fd95a
commit 1ee939c7f7
4 changed files with 34 additions and 11 deletions

View File

@@ -7735,6 +7735,17 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>RadarAlertShowDist</key>
<map>
<key>Comment</key>
<string>Show distance in radar announcements.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>RadarAlertSim</key>
<map>
<key>Comment</key>