Click or drag to resize

EditorVCSInterfaceGetVcsName Method

Returns the name of the VCS if the VCS has been initialized, else return an empty string.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public string GetVcsName()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.EditorVCSInterface.GetVcsName"]

See Also