Show / Hide Table of Contents

Class UnitConditionException

Util class for constructing Kingmaker.UnitLogic.FactLogic.UnitConditionExceptions.

Inheritance
System.Object
UnitConditionException
Namespace: BlueprintCore.Utils.Types
Assembly: BlueprintCore.dll
Syntax
public class UnitConditionException

Methods

| Improve this Doc View Source

TargetHasFeatures(Blueprint<BlueprintFeatureReference>[])

Returns a Kingmaker.UnitLogic.FactLogic.UnitConditionExceptions that checks if the target has any of the provided features.

Declaration
public static UnitConditionExceptions TargetHasFeatures(params Blueprint<BlueprintFeatureReference>[] features)
Parameters
Type Name Description
Blueprint<Kingmaker.Blueprints.BlueprintFeatureReference>[] features

Blueprint of type BlueprintFeature. You can pass in the blueprint using:

  • A blueprint instance
  • A blueprint reference
  • A blueprint id as a string, Guid, or BlueprintGuid
  • A blueprint name registered with BlueprintTool
See Blueprint for more details.

Returns
Type Description
Kingmaker.UnitLogic.FactLogic.UnitConditionExceptions
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX