View Single Post
03/20/19, 04:31 PM   #18
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Correct.
If you only need it once you can simply use <your_addon_name> as name.
But if you want to use it for different purposes add a connecting character (like - or _ ) and something unique at the end like the purpose you want to use it for (like within your example "Synergy").

The connecting character is only needed if you want to dynamically access the events again and don't know the exact names. So you can be sure to use <your_addon_name> as starter and split the string at - or _ afterwards to get the last part e.g.
  Reply With Quote