Difference between revisions of "Source:getDirection (Español)"
(Created page with "{{newin|0.7.0|070|type=function (Español)}} Obtiene la dirección de la Fuente. == Function == === Synopsis === <source lang="lua"> x, y, z = Source:getDirection( ) </source...") |
|||
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
* [[parent::Source (Español)]] | * [[parent::Source (Español)]] | ||
− | [[Category:Functions | + | [[Category:Functions]] |
{{#set:Description=Obtiene la dirección de la Fuente.}} | {{#set:Description=Obtiene la dirección de la Fuente.}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|Source:getDirection}} | {{i18n|Source:getDirection}} |
Revision as of 03:17, 26 June 2011
Available since LÖVE 0.7.0 |
This function (Español) is not supported in earlier versions. |
Obtiene la dirección de la Fuente.
Function
Synopsis
x, y, z = Source:getDirection( )
Arguments
None.
Returns
number x
- The X part of the direction vector.
number y
- The Y part of the direction vector.
number z
- The Z part of the direction vector.
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