Click or drag to resize

VisualScriptCustomNode_GetInputValuePortType Method

Return the specified input port's type. See the VariantType values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual int _GetInputValuePortType(
	int idx
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.VisualScriptCustomNode._GetInputValuePortType(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.VisualScriptCustomNode._GetInputValuePortType(System.Int32)"]

See Also