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 SourceAddEntry(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 |
GetEntries()
Returns a Kingmaker.Blueprints.Classes.UIGroup array.
Declaration
public LevelEntry[] GetEntries()
Returns
| Type | Description |
|---|---|
| Kingmaker.Blueprints.Classes.LevelEntry[] |
New()
Declaration
public static LevelEntryBuilder New()
Returns
| Type | Description |
|---|---|
| LevelEntryBuilder |