Show / Hide Table of Contents

Class SettlementAreaRefs

Constant references to SettlementBlueprintArea blueprints

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

Capital

Declaration
public static readonly Blueprint<BlueprintReference<SettlementBlueprintArea>> Capital
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Crusade.SettlementBlueprintArea>>
| Improve this Doc View Source

Settlement_AutumnForest

Declaration
public static readonly Blueprint<BlueprintReference<SettlementBlueprintArea>> Settlement_AutumnForest
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Crusade.SettlementBlueprintArea>>
| Improve this Doc View Source

Settlement_Desert

Declaration
public static readonly Blueprint<BlueprintReference<SettlementBlueprintArea>> Settlement_Desert
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Crusade.SettlementBlueprintArea>>
| Improve this Doc View Source

Settlement_Drezen

Declaration
public static readonly Blueprint<BlueprintReference<SettlementBlueprintArea>> Settlement_Drezen
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Crusade.SettlementBlueprintArea>>
| Improve this Doc View Source

Settlement_Karelia

Declaration
public static readonly Blueprint<BlueprintReference<SettlementBlueprintArea>> Settlement_Karelia
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Crusade.SettlementBlueprintArea>>
| Improve this Doc View Source

Settlement_WinterForest

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