Table of Contents

Class PartyState

Namespace
TaleWorlds.CampaignSystem.GameState
Assembly
TaleWorlds.CampaignSystem.dll
public class PartyState : PlayerGameState
Inheritance
PartyState
Inherited Members

Constructors

PartyState()

public PartyState()

Properties

Handler

public IPartyScreenLogicHandler Handler { get; set; }

Property Value

IPartyScreenLogicHandler

IsMenuState

public override bool IsMenuState { get; }

Property Value

bool

PartyScreenLogic

public PartyScreenLogic PartyScreenLogic { get; }

Property Value

PartyScreenLogic

Methods

InitializeLogic(PartyScreenLogic)

public void InitializeLogic(PartyScreenLogic partyScreenLogic)

Parameters

partyScreenLogic PartyScreenLogic

RequestUserInput(string, Action, Action)

public void RequestUserInput(string text, Action accept, Action cancel)

Parameters

text string
accept Action
cancel Action

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