Click or drag to resize

RichTextLabelParseExpressionsForValues Method

Parses BBCode parameter expressions into a dictionary.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Dictionary ParseExpressionsForValues(
	string[] expressions
)

Parameters

expressions
Type: SystemString

[Missing <param name="expressions"/> documentation for "M:Godot.RichTextLabel.ParseExpressionsForValues(System.String[])"]

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:Godot.RichTextLabel.ParseExpressionsForValues(System.String[])"]

See Also