Click or drag to resize

EditorVCSInterfaceIsAddonReady Method

Returns true if the addon is ready to respond to function calls, else returns false.

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

Return Value

Type: Boolean

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

See Also