Difference between revisions of "Source:getVelocity (Español)"
(Created page with "{{newin|0.7.0|070|type=function}} Obtiene la velocidad de la Fuente. == Function == === Synopsis === <source lang="lua"> x, y, z = Source:getVelocity( ) </source> === Argumen...") |
|||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
* [[parent::Source (Español)]] | * [[parent::Source (Español)]] | ||
− | * [[Source:setVelocity]] | + | * [[Source:setVelocity (Español)]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Obtiene la velocidad de la Fuente.}} | {{#set:Description=Obtiene la velocidad de la Fuente.}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|Source:getVelocity}} | {{i18n|Source:getVelocity}} |
Latest revision as of 03:27, 26 June 2011
Available since LÖVE 0.7.0 |
This function is not supported in earlier versions. |
Obtiene la velocidad de la Fuente.
Function
Synopsis
x, y, z = Source:getVelocity( )
Arguments
None.
Returns
number x
- La parte X del vector velocidad.
number y
- La parte Y del vector velocidad.
number z
- La parte Z del vector velocidad.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info