Show / Hide Table of Contents

Class ProgressionEntry

Wrapper providing a constructor for Kingmaker.UnitLogic.Mechanics.Components.ContextRankConfig.CustomProgressionItem

Inheritance
System.Object
Kingmaker.UnitLogic.Mechanics.Components.ContextRankConfig.CustomProgressionItem
ProgressionEntry
Inherited Members
Kingmaker.UnitLogic.Mechanics.Components.ContextRankConfig.CustomProgressionItem.BaseValue
Kingmaker.UnitLogic.Mechanics.Components.ContextRankConfig.CustomProgressionItem.ProgressionValue
Namespace: BlueprintCore.Utils.Types
Assembly: BlueprintCore.dll
Syntax
[Obsolete("Use CustomProgression with anonymous tuples.")]
public class ProgressionEntry : ContextRankConfig.CustomProgressionItem

Constructors

| Improve this Doc View Source

ProgressionEntry(Int32, Int32)

Declaration
public ProgressionEntry(int baseValue, int progressionValue)
Parameters
Type Name Description
System.Int32 baseValue
System.Int32 progressionValue
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX