Show / Hide Table of Contents

Class DungeonTierRefs

Constant references to BlueprintDungeonTier blueprints

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

DungeonTier1

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDungeonTier>> DungeonTier1
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Dungeon.Blueprints.BlueprintDungeonTier>>
| Improve this Doc View Source

DungeonTier2

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDungeonTier>> DungeonTier2
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Dungeon.Blueprints.BlueprintDungeonTier>>
| Improve this Doc View Source

DungeonTier3

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDungeonTier>> DungeonTier3
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Dungeon.Blueprints.BlueprintDungeonTier>>
| Improve this Doc View Source

DungeonTier4

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDungeonTier>> DungeonTier4
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Dungeon.Blueprints.BlueprintDungeonTier>>
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • All
    • DungeonTier1
    • DungeonTier2
    • DungeonTier3
    • DungeonTier4
Back to top Generated by DocFX