Class reference

CallbackTweener

Inherits Tweener

Calls the specified method after optional delay.

Description

CallbackTweener is used to call a method in a tweening sequence. See Tween.tween_callback() for more usage information. The tweener will finish automatically if the callback's target object is freed. Note: Tween.tween_callback() is the only correct way to create CallbackTweener. Any CallbackTweener created manually will not function correctly.

Methods

CallbackTweener set_delay(float delay)

Makes the callback call delayed by given time in seconds. Example: Call Node.queue_free() after 2 seconds:

				var tween = get_tree().create_tween()
				tween.tween_callback(queue_free).set_delay(2)
				
Source revision 5592dc3a7a61
Connection interrupted. Reload×

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.