Show / Hide Table of Contents

Class TargetSelfConsiderationRefs

Constant references to TargetSelfConsideration blueprints

Inheritance
System.Object
TargetSelfConsiderationRefs
Namespace: BlueprintCore.Blueprints.References
Assembly: BlueprintCore.dll
Syntax
public static class TargetSelfConsiderationRefs
Remarks

The All field is a list with a reference to all blueprints.

If you need a different reference type you can cast using Cast<T>()

.

Fields

| Improve this Doc View Source

All

Declaration
public static readonly List<Blueprint<BlueprintReference<TargetSelfConsideration>>> All
Field Value
Type Description
System.Collections.Generic.List<Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.AI.Blueprints.Considerations.TargetSelfConsideration>>>
| Improve this Doc View Source

TargetOther

Declaration
public static readonly Blueprint<BlueprintReference<TargetSelfConsideration>> TargetOther
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.AI.Blueprints.Considerations.TargetSelfConsideration>>
| Improve this Doc View Source

TargetSelf

Declaration
public static readonly Blueprint<BlueprintReference<TargetSelfConsideration>> TargetSelf
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.AI.Blueprints.Considerations.TargetSelfConsideration>>
| Improve this Doc View Source

Wintersun_SpectreDruid_NotSelfConsideration

Declaration
public static readonly Blueprint<BlueprintReference<TargetSelfConsideration>> Wintersun_SpectreDruid_NotSelfConsideration
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.AI.Blueprints.Considerations.TargetSelfConsideration>>
| Improve this Doc View Source

Xantir_NotSelfConsideration

Declaration
public static readonly Blueprint<BlueprintReference<TargetSelfConsideration>> Xantir_NotSelfConsideration
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.AI.Blueprints.Considerations.TargetSelfConsideration>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX