View Single Post
04/07/21, 06:51 AM   #1
IsJustaGhost
AddOn Author - Click to view addons
Join Date: May 2020
Posts: 38
Question are the only functions that get current event info private?

I'm working on making an Event oriented addon.
Are there any functions, not private, usable to get information about the current event?
eventName = "Anniversary Jubilee"

This is needed to set hooks as only active during the event, and trying to use predetermined dates will likely cause false returns. Meaning there will be times where the hooks are allowed to run when the event is not active, or not run when needed because the event overruns.
  Reply With Quote