MarkupValue
Inherits from
System.ValueType
public struct MarkupValue
You do not create instances of this struct yourself. It is created by objects that can parse markup, such as Dialogue .
Name | Description |
---|---|
|
Name | Description |
---|---|
Gets the bool value of this property. | |
Gets the float value of this property. | |
Gets the integer value of this property. | |
Gets the string value of this property. | |
Gets the value's type. |
- Dialogue.ParseMarkup(string): Parses a line of text, and produces a MarkupParseResult containing the results.
Last modified 21d ago