Show / Hide Table of Contents

Class LevelEntryBuilder

Builder utility for Kingmaker.Blueprints.Classes.LevelEntry arrays.

Inheritance
System.Object
LevelEntryBuilder
Namespace: BlueprintCore.Utils.Types
Assembly: BlueprintCore.dll
Syntax
public class LevelEntryBuilder

Methods

| Improve this Doc View Source

AddEntry(Int32, Blueprint<BlueprintFeatureBaseReference>[])

Adds a new Kingmaker.Blueprints.Classes.LevelEntry for the given level.

Declaration
public LevelEntryBuilder AddEntry(int level, params Blueprint<BlueprintFeatureBaseReference>[] features)
Parameters
Type Name Description
System.Int32 level
Blueprint<Kingmaker.Blueprints.BlueprintFeatureBaseReference>[] features
Returns
Type Description
LevelEntryBuilder
| Improve this Doc View Source

GetEntries()

Returns a Kingmaker.Blueprints.Classes.UIGroup array.

Declaration
public LevelEntry[] GetEntries()
Returns
Type Description
Kingmaker.Blueprints.Classes.LevelEntry[]
| Improve this Doc View Source

New()

Declaration
public static LevelEntryBuilder New()
Returns
Type Description
LevelEntryBuilder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX