View Single Post
03-23-23, 12:26 PM   #3
Benalish
A Flamescale Wyrmkin
 
Benalish's Avatar
Join Date: Dec 2012
Posts: 123
Ok, I can save a function like this

Lua Code:
  1. local func = frame:GetScript("OnEvent")(frame, "my_custom_event", somerarg)

Then how can I use the function? Via func() of course, but where and how?
  Reply With Quote