Show / Hide Table of Contents

Class PartyFormationRefs

Constant references to BlueprintPartyFormation blueprints

Inheritance
System.Object
PartyFormationRefs
Namespace: BlueprintCore.Blueprints.References
Assembly: BlueprintCore.dll
Syntax
public static class PartyFormationRefs
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<BlueprintPartyFormation>>> All
Field Value
Type Description
System.Collections.Generic.List<Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Formations.BlueprintPartyFormation>>>
| Improve this Doc View Source

Formation_Auto

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintPartyFormation>> Formation_Auto
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Formations.BlueprintPartyFormation>>
| Improve this Doc View Source

Formation_Custom_01

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintPartyFormation>> Formation_Custom_01
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Formations.BlueprintPartyFormation>>
| Improve this Doc View Source

Formation_Custom_02

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintPartyFormation>> Formation_Custom_02
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Formations.BlueprintPartyFormation>>
| Improve this Doc View Source

Formation_Custom_03

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintPartyFormation>> Formation_Custom_03
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Formations.BlueprintPartyFormation>>
| Improve this Doc View Source

Formation_Custom_04

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintPartyFormation>> Formation_Custom_04
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Formations.BlueprintPartyFormation>>
| Improve this Doc View Source

Formation_Custom_05

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