Hi, quick question regarding the GetAbilities method on a combatant object. I don't really understand what the addTemporary parameter is and what I should be putting in here. Anybody know?

Cheers
  • The addTemporary parameter defines if temporary abilities will also be included. E.g. using IncludeCheckType.Yes will include them, IncludeCheckType.No will not include them.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • edited February 2018
    Sorry about hijacking this post, I`m trying to use the same method, but have no idea what UsableIn parameters should I pass. Can anyone help?
    This is what i`m trying to use:

    combatant.Abilities.GetAbilities(InBattle, IncludeCheckType.Yes)


    Answering my on question:

    List<AbilityShortcut> abilities = combatant.Abilities.GetAbilities(UseableIn.Battle, IncludeCheckType.Yes);
    Post edited by Limonada on
Sign In or Register to comment.