Difference between revisions of "GTween:getInitValue"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Returns the initial value for the specified property. Note that the v...") |
(No difference)
|
Latest revision as of 05:26, 8 December 2025
Available since: Gideros 2010-2011
Class: GTween
Description
Returns the initial value for the specified property. Note that the value will not be available until the tween inits.
(number) = GTween:getInitValue(name)
Parameters
name: (string) the name of the property to return the initial value for
Return values
Returns (number) the initial value for the specified property
- 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