Class CharacterSelections
Util for building CharacterSelection
Inheritance
System.Object
CharacterSelections
Namespace: BlueprintCore.Utils.Types
Assembly: BlueprintCore.dll
Syntax
public static class CharacterSelections
Methods
| Improve this Doc View SourceNew(CharacterSelection.Type, StatType[])
Creates a new CueSelection
.
Declaration
public static CharacterSelection New(CharacterSelection.Type type, params StatType[] comparisonStats)
Parameters
Type | Name | Description |
---|---|---|
Kingmaker.DialogSystem.CharacterSelection.Type | type | |
Kingmaker.EntitySystem.Stats.StatType[] | comparisonStats |
Returns
Type | Description |
---|---|
Kingmaker.DialogSystem.CharacterSelection |