Table of Contents

Class GameText

Namespace
TaleWorlds.Core
Assembly
TaleWorlds.Core.dll
public class GameText
Inheritance
GameText
Inherited Members

Properties

DefaultText

public TextObject DefaultText { get; }

Property Value

TextObject

Id

public string Id { get; }

Property Value

string

Variations

public IEnumerable<GameText.GameTextVariation> Variations { get; }

Property Value

IEnumerable<GameText.GameTextVariation>

Methods

AddVariation(string, params object[])

public void AddVariation(string text, params object[] propertiesAndWeights)

Parameters

text string
propertiesAndWeights object[]

AddVariationWithId(string, TextObject, List<ChoiceTag>)

public void AddVariationWithId(string variationId, TextObject text, List<GameTextManager.ChoiceTag> choiceTags)

Parameters

variationId string
text TextObject
choiceTags List<GameTextManager.ChoiceTag>

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