Click or drag to resize

XMLParserGetNamedAttributeValue Method

Gets the value of a certain attribute of the current element by name. This will raise an error if the element has no such attribute.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetNamedAttributeValue(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: String

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

See Also