Class GameText
- Namespace
- TaleWorlds.Core
- Assembly
- TaleWorlds.Core.dll
public class GameText
- Inheritance
-
GameText
- Inherited Members
Properties
DefaultText
public TextObject DefaultText { get; }
Property Value
Id
public string Id { get; }
Property Value
Variations
public IEnumerable<GameText.GameTextVariation> Variations { get; }
Property Value
Methods
AddVariation(string, params object[])
public void AddVariation(string text, params object[] propertiesAndWeights)
Parameters
AddVariationWithId(string, TextObject, List<ChoiceTag>)
public void AddVariationWithId(string variationId, TextObject text, List<GameTextManager.ChoiceTag> choiceTags)
Parameters
variationId
stringtext
TextObjectchoiceTags
List<GameTextManager.ChoiceTag>
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).