Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: DashingSplash
Forum: Lua/XML Help 07-08-19, 11:29 AM
Replies: 24
Views: 9,367
Posted By DashingSplash
I got a bit intrigued by the table wipe...

I got a bit intrigued by the table wipe discussion since I used it for my first AddOn that I made (or rather an early version of my first AddOn). Since I had trouble with the tables keeping their old...
Forum: Lua/XML Help 06-28-19, 12:33 PM
Replies: 5
Views: 5,135
Posted By DashingSplash
Tack så mycket! Ended up exporting the...

Tack så mycket!

Ended up exporting the Interface code and adding them to Visual Studio with the NPL/Lua language service. Works well enough, but could be better. Serves its purpose at the very...
Forum: Lua/XML Help 06-24-19, 11:28 AM
Replies: 5
Views: 5,135
Posted By DashingSplash
Wow! Now that's some clean and good-looking code....

Wow! Now that's some clean and good-looking code. Thank you for the help.

Was really surprised to see that

local prefix = SecureButton_GetModifierPrefix()
local binding = GetBindingAction(prefix...
Forum: Lua/XML Help 06-22-19, 10:52 AM
Replies: 5
Views: 5,135
Posted By DashingSplash
It appears that the majority of time spent is due...

It appears that the majority of time spent is due to Dismount().

I would assume that there is no way to make that faster since it is latency dependent?
Forum: Lua/XML Help 06-22-19, 07:59 AM
Replies: 5
Views: 5,135
Posted By DashingSplash
(Classic) Optimizing table search for auto dismount addon

Hi,

Been working on a new version of my Classic dismount addon; mostly, because it requires two button presses to activate an ability. In this version I register an OnKeyDown event and call for...
Forum: Lua/XML Help 06-19-19, 12:33 PM
Replies: 2
Views: 2,338
Posted By DashingSplash
I made that assumption since the examples that I...

I made that assumption since the examples that I have seen uses them. However, I have tried and GetBindingKey() seems to be case sensitive: ActionButton1 works, while ACTIONBUTTON1 and any other...
Forum: Lua/XML Help 06-18-19, 08:25 AM
Replies: 2
Views: 2,338
Posted By DashingSplash
Using GetBindingKey() on MultiActionBars

Hi,

I am currently having trouble with GetBindingKey() when trying to fetch the keybinds of the Multi Action Bars. Below is a sample code of my current AddOn.

local dashingDismount =...
Showing results 1 to 7 of 7