V5.17.7 #792
bittiez
announced in
Announcements
V5.17.7
#792
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
V5.17.7
This release includes 92 commits changing 81 files!
Legion
SetTooltip(text)andSetEntityTooltip(serial)now enable mouse input automatically so hover tooltips work without extra setup, and added a dedicatedSetAcceptMouseInput(enabled)method to the base UI control - P.R 811 (bittiez)SetTooltip(text),SetEntityTooltip(serial)andClearTooltip()to the base UI control so scripts can attach plain-text or entity-property tooltips to any control - P.R 810 (bittiez)API.ListRunningScripts()andAPI.IsScriptRunning(path), and switchedAPI.PlayScript,API.StopScriptandAPI.ToggleScriptto match scripts by their path relative to the LegionScripts folder so scripts sharing a file name are no longer ambiguous - P.R 809 (bittiez)API.ContextMenu(serial, entry)overload that selects a context menu entry by its text - P.R 808 (bittiez)Features
Misc
Fixes
All reactions