View Single Post
08-28-20, 07:46 PM   #13
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Lua Code:
  1. local functions = {}
  2. functions.functionA = function()
  3.     -- stuff here
  4. end
  Reply With Quote