Difference between revisions of "GTween:getValue"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Returns the end value for the specified property if one exists. <synt...")
 
(No difference)

Latest revision as of 04:29, 8 December 2025

Available since: Gideros 2010-2011
Class: GTween

Description

Returns the end value for the specified property if one exists.

(number) = GTween:getValue(name)

Parameters

name: (string) the name of the property to return an end value for

Return values

Returns (number) the end value for the specified property if one exists