Difference between revisions of "GTween:getDelay"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Gets the length of the delay in frames or seconds (depending on .useF...")
 
(No difference)

Latest revision as of 02:21, 8 December 2025

Available since: Gideros 2010-2011
Class: GTween

Description

Gets the length of the delay in frames or seconds (depending on .useFrames).

(number) = GTween:getDelay()

The delay occurs before a tween reads initial values or starts playing.

Return values

Returns (number) the length of the delay in frames or seconds