View Single Post
04/05/23, 08:55 AM   #1
Dekakaruk
AddOn Author - Click to view addons
Join Date: Jan 2023
Posts: 1
Get active Customized Actions

I'm trying to get a list of all active collectibles. Till now it was done by calling GetActiveCollectibleByType on every known CollectibleCategoryType constant. But now I'd like to add a support for customized actions, which seem not to use this system. Already tried to blindly put PlayerFxWhileHarvestingType as argument or using other functions like GetCollectiblePlayerFxWhileHarvestingType, which of course didn't work. How do I then check which Actions are active?
  Reply With Quote