What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Function for retrieving the current contents of the blacklist

Cloud30000

New Member
Joined
May 9, 2015
Messages
298
Reaction score
7
Is it possible to add a function to retrieve the current contents of the Blacklist? Or is there already a function I am not aware of besides checking if something is already in it?
 
I've been using the following (or very similar to):

FatebotSettings.Instance.BlackListedFates

Which returns a string ObservableCollection (This is going from memory as I don't have code on hand)
 
I've been using the following (or very similar to):

FatebotSettings.Instance.BlackListedFates

Which returns a string ObservableCollection (This is going from memory as I don't have code on hand)

You are looking at a different blacklist. The blacklist you are looking at is specifically for FateBot. The BlackList that Cloud is talking about is the Global BlackList that contains information regarding specific mobs that you want to have added to a blacklist, not just fates.
 
Back
Top