View Single Post
11-15-12, 11:59 PM   #13
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
It receives all the arguments attached to the event.

In your lua file you would just have something like
lua Code:
  1. function MyAddonFrame_OnUpdate(self, elapsed) etc. end
  Reply With Quote