Method in Dialogue
Parses a line of text, and produces a MarkupParseResult containing the results.
public MarkupParseResult ParseMarkup(string line)
The MarkupParseResult 's Text will have any select , plural or ordinal markers replaced with the appropriate text, following this Dialogue 's LanguageCode .
select
plural
ordinal
string line
string
The line of text to parse.
The results of parsing the markup.
Last updated 3 years ago
Was this helpful?