Click or drag to resize

ScriptInstanceHas Method

Returns true if base_object is an instance of this script.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool InstanceHas(
	Object baseObject
)

Parameters

baseObject
Type: GodotObject

[Missing <param name="baseObject"/> documentation for "M:Godot.Script.InstanceHas(Godot.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Script.InstanceHas(Godot.Object)"]

See Also