M&B: Bannerlord 1.3.14
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.TwoDimension.TextToken Class Reference

Public Types

enum  TokenType {
  EmptyCharacter ,
  ZeroWidthSpace ,
  NonBreakingSpace ,
  WordJoiner ,
  NewLine ,
  Tab ,
  Character ,
  Tag
}

Static Public Member Functions

static TextToken CreateEmptyCharacter ()
static TextToken CreateZeroWidthSpaceCharacter ()
static TextToken CreateNonBreakingSpaceCharacter ()
static TextToken CreateWordJoinerCharacter ()
static TextToken CreateNewLine ()
static TextToken CreateTab ()
static TextToken CreateCharacter (char character)
static TextToken CreateTag (RichTextTag tag)
static TextToken CreateCharacterCannotEndLineWith (char character)
static TextToken CreateCharacterCannotStartLineWith (char character)
static List< TextToken > CreateTokenArrayFromWord (string word)

Properties

char Token [get]
TokenType Type [get]
RichTextTag Tag [get]
bool CannotStartLineWithCharacter [get, set]
bool CannotEndLineWithCharacter [get, set]

Member Enumeration Documentation

◆ TokenType

Enumerator
EmptyCharacter 
ZeroWidthSpace 
NonBreakingSpace 
WordJoiner 
NewLine 
Tab 
Character 
Tag 

Member Function Documentation

◆ CreateEmptyCharacter()

TextToken TaleWorlds.TwoDimension.TextToken.CreateEmptyCharacter ( )
static

◆ CreateZeroWidthSpaceCharacter()

TextToken TaleWorlds.TwoDimension.TextToken.CreateZeroWidthSpaceCharacter ( )
static

◆ CreateNonBreakingSpaceCharacter()

TextToken TaleWorlds.TwoDimension.TextToken.CreateNonBreakingSpaceCharacter ( )
static

◆ CreateWordJoinerCharacter()

TextToken TaleWorlds.TwoDimension.TextToken.CreateWordJoinerCharacter ( )
static

◆ CreateNewLine()

TextToken TaleWorlds.TwoDimension.TextToken.CreateNewLine ( )
static

◆ CreateTab()

TextToken TaleWorlds.TwoDimension.TextToken.CreateTab ( )
static

◆ CreateCharacter()

TextToken TaleWorlds.TwoDimension.TextToken.CreateCharacter ( char character)
static

◆ CreateTag()

TextToken TaleWorlds.TwoDimension.TextToken.CreateTag ( RichTextTag tag)
static

◆ CreateCharacterCannotEndLineWith()

TextToken TaleWorlds.TwoDimension.TextToken.CreateCharacterCannotEndLineWith ( char character)
static

◆ CreateCharacterCannotStartLineWith()

TextToken TaleWorlds.TwoDimension.TextToken.CreateCharacterCannotStartLineWith ( char character)
static

◆ CreateTokenArrayFromWord()

List< TextToken > TaleWorlds.TwoDimension.TextToken.CreateTokenArrayFromWord ( string word)
static

Property Documentation

◆ Token

char TaleWorlds.TwoDimension.TextToken.Token
get

◆ Type

TokenType TaleWorlds.TwoDimension.TextToken.Type
get

◆ Tag

RichTextTag TaleWorlds.TwoDimension.TextToken.Tag
get

◆ CannotStartLineWithCharacter

bool TaleWorlds.TwoDimension.TextToken.CannotStartLineWithCharacter
getset

◆ CannotEndLineWithCharacter

bool TaleWorlds.TwoDimension.TextToken.CannotEndLineWithCharacter
getset