Show / Hide Table of Contents

Class DungeonLootBudgetRefs

Constant references to BlueprintDungeonLootBudget blueprints

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

DungeonLootBudgetCookingRecipes

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

DungeonLootBudgetPortionsAndScrolls

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

DungeonLootBudgetRare

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

DungeonLootBudgetRareAndMagic

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

DungeonLootBudgetWands

Declaration
public static readonly Blueprint<BlueprintReference<BlueprintDungeonLootBudget>> DungeonLootBudgetWands
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Dungeon.Blueprints.BlueprintDungeonLootBudget>>
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • All
    • DungeonLootBudgetCookingRecipes
    • DungeonLootBudgetPortionsAndScrolls
    • DungeonLootBudgetRare
    • DungeonLootBudgetRareAndMagic
    • DungeonLootBudgetWands
Back to top Generated by DocFX