Jump to content

GetExtras method removed in latest 4.8 Betas


roaku
Go to solution Solved by Luke,

Recommended Posts

Iconic depends on BaseItem[] BaseItem.GetExtras(ExtraType[] extraTypes) but that method has gone away in the latest 4.8 betas.

In my case, switching to BaseItem.GetExtraGuids(...) meets my needs.

Is GetExtraGuids going to stick around for awhile? @Luke

Link to comment
Share on other sites

  • Solution

I could add it back for you, but it sounds like you don't need it anyway. It is always better to retrieve only what you need, so if just getting the Ids is sufficient then that is much better than retrieving the whole objects.

I would use GetExtraIds instead of GetExtraGuids. 

  • Thanks 1
Link to comment
Share on other sites

Ok, I'll call GetExtraIds going forward. Thanks.

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...