Click or drag to resize

VisualScriptFunctionCallSetUseDefaultArgs Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptFunctionCall.SetUseDefaultArgs(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetUseDefaultArgs is deprecated. Use the UseDefaultArgs property instead.")]
public void SetUseDefaultArgs(
	int amount
)

Parameters

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Godot.VisualScriptFunctionCall.SetUseDefaultArgs(System.Int32)"]

See Also