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 SourceTargetHasFeatures(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:
|
Returns
Type | Description |
---|---|
Kingmaker.UnitLogic.FactLogic.UnitConditionExceptions |