- Create Aura and API window moved to the new plugin window.

- API ingame list updated.
- API: added global consts for segment ids: DETAILS_SEGMENTID_OVERALL and DETAILS_SEGMENTID_CURRENT.
- API: added alias Details:GetActor ("playerName").
This commit is contained in:
Tercio
2017-12-22 09:09:34 -02:00
parent 34a71a8846
commit 8b16b16b21
10 changed files with 855 additions and 603 deletions
+1 -1
View File
@@ -624,7 +624,7 @@
newButton.textsize = 10
--> set icon
newButton:SetIcon (pluginObject.__icon)
newButton:SetIcon (pluginObject.__icon, nil, nil, nil, pluginObject.__iconcoords, pluginObject.__iconcolor, 4)
--> add it to menu table
tinsert (f.MenuButtons, newButton)