Click or drag to resize

XMLParserOpen Method

Opens an XML file for parsing. This returns an error code.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Open(
	string file
)

Parameters

file
Type: SystemString

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

Return Value

Type: Error

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

See Also