Click or drag to resize

VisualScriptFunctionCallGetSingleton Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptFunctionCall.GetSingleton"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetSingleton is deprecated. Use the Singleton property instead.")]
public string GetSingleton()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VisualScriptFunctionCall.GetSingleton"]

See Also