Show / Hide Table of Contents

Class DlcRewardCampaignRefs

Constant references to BlueprintDlcRewardCampaign blueprints

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

Dlc1RewardCampaign

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

Dlc2RewardCampaign

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

Dlc3RewardCampaign

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

Dlc5RewardCampaign

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