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
public Dictionary GetModifiedFilesData()
[Missing <returns> documentation for "M:Godot.EditorVCSInterface.GetModifiedFilesData"]