Click or drag to resize

XMLParserHasAttribute Method

Check whether the current element has a certain attribute.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Boolean

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

See Also