Values

Self

The method will be called on this godot.Object.

NodePath

The method will be called on the given godot.Node in the scene tree.

Instance

The method will be called on an instanced node with the given type and script.

BasicType

The method will be called on a GDScript basic type (e.g. godot.Vector2).

Singleton

The method will be called on a singleton.