Difference between revisions of "GTween:getValues"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Returns the table of all end properties and their values. This is a c...") |
(No difference)
|
Latest revision as of 05:18, 8 December 2025
Available since: Gideros 2010-2011
Class: GTween
Description
Returns the table of all end properties and their values. This is a copy of values, so modifying the returned object will not affect the tween.
(table) = GTween:getValues()
Return values
Returns (table) copy of the table of all end properties and their values
- 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