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
- GTween
- GTween.new
- GTween.nextTween
- GTween.stopAll
- GTween:deleteValue
- GTween:getDelay
- GTween:getInitValue
- GTween:getPosition
- GTween:getValue
- GTween:getValues
- GTween:init2
- GTween:isPaused
- GTween:resetValues
- GTween:setDelay
- GTween:setPaused
- GTween:setPosition
- GTween:setValue
- GTween:setValues
- GTween:swapValues
- GTween:toBeginning
- GTween:toEnd