EditorVCSInterface.GDNativeClassBinding

Undocumented in source.
struct EditorVCSInterface
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_commit
GodotMethod!(void, String) _commit;
Undocumented in source.
_getFileDiff
GodotMethod!(Array, String) _getFileDiff;
Undocumented in source.
_getModifiedFilesData
GodotMethod!(Dictionary) _getModifiedFilesData;
Undocumented in source.
_getProjectName
GodotMethod!(String) _getProjectName;
Undocumented in source.
_getVcsName
GodotMethod!(String) _getVcsName;
Undocumented in source.
_initialize
GodotMethod!(bool, String) _initialize;
Undocumented in source.
_isVcsInitialized
GodotMethod!(bool) _isVcsInitialized;
Undocumented in source.
_shutDown
GodotMethod!(bool) _shutDown;
Undocumented in source.
_stageFile
GodotMethod!(void, String) _stageFile;
Undocumented in source.
_unstageFile
GodotMethod!(void, String) _unstageFile;
Undocumented in source.
commit
GodotMethod!(void, String) commit;
Undocumented in source.
getFileDiff
GodotMethod!(Array, String) getFileDiff;
Undocumented in source.
getModifiedFilesData
GodotMethod!(Dictionary) getModifiedFilesData;
Undocumented in source.
getProjectName
GodotMethod!(String) getProjectName;
Undocumented in source.
getVcsName
GodotMethod!(String) getVcsName;
Undocumented in source.
initialize
GodotMethod!(bool, String) initialize;
Undocumented in source.
isAddonReady
GodotMethod!(bool) isAddonReady;
Undocumented in source.
isVcsInitialized
GodotMethod!(bool) isVcsInitialized;
Undocumented in source.
shutDown
GodotMethod!(bool) shutDown;
Undocumented in source.
stageFile
GodotMethod!(void, String) stageFile;
Undocumented in source.
unstageFile
GodotMethod!(void, String) unstageFile;
Undocumented in source.

Meta