Posted: Tue Nov 08, 2022 7:33 am Post subject: Is there a way to view all binds?
I have a table that has some premade binds among some of my own.
I'd like to see a list of them all so I can edit/remove some I don't know about or have forgotten I've made. Is this possible?
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
Posted: Tue Nov 08, 2022 9:46 am Post subject:
execute this lua code
Code:
for i=0,AddressList.Count-1 do
for j=0,AddressList[i].HotkeyCount-1 do
print(AddressList[i].Description..' : '..AddressList[i].Hotkey[j].HotkeyString..' = '..AddressList[i].Hotkey[j].Description)
end
end
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum