Table of Contents

Class CharacterCreationState

Namespace
TaleWorlds.CampaignSystem.CharacterCreationContent
Assembly
TaleWorlds.CampaignSystem.dll
public class CharacterCreationState : PlayerGameState
Inheritance
CharacterCreationState
Inherited Members

Constructors

CharacterCreationState()

public CharacterCreationState()

CharacterCreationState(CharacterCreationContentBase)

public CharacterCreationState(CharacterCreationContentBase baseContent)

Parameters

baseContent CharacterCreationContentBase

Fields

CurrentCharacterCreationContent

public readonly CharacterCreationContentBase CurrentCharacterCreationContent

Field Value

CharacterCreationContentBase

Properties

CharacterCreation

public CharacterCreation CharacterCreation { get; }

Property Value

CharacterCreation

CurrentStage

public CharacterCreationStageBase CurrentStage { get; }

Property Value

CharacterCreationStageBase

Handler

public ICharacterCreationStateHandler Handler { get; set; }

Property Value

ICharacterCreationStateHandler

Methods

FinalizeCharacterCreation()

public void FinalizeCharacterCreation()

GetFurthestIndex()

public int GetFurthestIndex()

Returns

int

GetIndexOfCurrentStage()

public int GetIndexOfCurrentStage()

Returns

int

GetTotalStagesCount()

public int GetTotalStagesCount()

Returns

int

GoToStage(int)

public void GoToStage(int stageIndex)

Parameters

stageIndex int

NextStage()

public void NextStage()

OnActivate()

protected override void OnActivate()

OnInitialize()

protected override void OnInitialize()

PreviousStage()

public void PreviousStage()

Refresh()

public void Refresh()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).