ParseMarkup(string)
Method in Dialogue
Summary
Parses a line of text, and produces a MarkupParseResult containing the results.
Remarks
The MarkupParseResult 's Text will have any select
, plural
or ordinal
markers replaced with the appropriate text, following this Dialogue 's LanguageCode .
Parameters
Name
Description
string
line
The line of text to parse.
Returns
The results of parsing the markup.
Last updated