Show / Hide Table of Contents

Class DlcRefs

Constant references to BlueprintDlc blueprints

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

Dlc1

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> Dlc1
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

Dlc2

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> Dlc2
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

Dlc3

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> Dlc3
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

Dlc4

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> Dlc4
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

Dlc5

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> Dlc5
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

Dlc6

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> Dlc6
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

DlcCommanderPack

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> DlcCommanderPack
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

DlcKickstarter

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> DlcKickstarter
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

DlcKickstarterPremium

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> DlcKickstarterPremium
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

DlcPreorder

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> DlcPreorder
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

DlcPreorderAndCommanderPack

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> DlcPreorderAndCommanderPack
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

DlcSeasonPass

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> DlcSeasonPass
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

FreeDlc1

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> FreeDlc1
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

FreeDlc2

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> FreeDlc2
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

FreeDlc3

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> FreeDlc3
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

FreeDlc4

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDlc>> FreeDlc4
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.DLC.BlueprintDlc>>
| Improve this Doc View Source

FreeDlc5

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