Click or drag to resize

EditorVCSInterfaceGetModifiedFilesData Method

Returns a Dictionary containing the path of the detected file change mapped to an integer signifying what kind of change the corresponding file has experienced.

The following integer values are being used to signify that the detected file is:

- 0: New to the VCS working directory

- 1: Modified

- 2: Renamed

- 3: Deleted

- 4: Typechanged

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

Return Value

Type: Dictionary

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

See Also