Show / Hide Table of Contents

Class CampaignRefs

Constant references to BlueprintCampaign blueprints

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

Dlc1Campaign

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintCampaign>> Dlc1Campaign
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Blueprints.Root.BlueprintCampaign>>
| Improve this Doc View Source

Dlc2Campaign

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintCampaign>> Dlc2Campaign
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Blueprints.Root.BlueprintCampaign>>
| Improve this Doc View Source

Dlc3Campaign

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintCampaign>> Dlc3Campaign
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Blueprints.Root.BlueprintCampaign>>
| Improve this Doc View Source

Dlc5Campaign

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintCampaign>> Dlc5Campaign
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Blueprints.Root.BlueprintCampaign>>
| Improve this Doc View Source

MainCampaign

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