All pages
Powered by GitBook
1 of 1

Loading...

ParseMarkup(string)

Method in Dialogue

Summary

Parses a line of text, and produces a MarkupParseResult containing the results.

public MarkupParseResult ParseMarkup(string line)

Remarks

The 's will have any select , plural or ordinal markers replaced with the appropriate text, following this 's .

Parameters

Name
Description

Returns

The results of parsing the markup.

string line

The line of text to parse.

MarkupParseResult
Text
Dialogue
LanguageCode