Click or drag to resize

ObjectHasMethod Method

Returns true if the object contains the given method.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool HasMethod(
	string method
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.Object.HasMethod(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Object.HasMethod(System.String)"]

See Also