Difference between revisions of "Source:getDistance (Português)"
(translation) |
m (typo) |
||
Line 1: | Line 1: | ||
− | {{newin (Português)|[[0.8.0]]|080|type=function|text=Esta função não é suportada em versões anteriores | + | {{newin (Português)|[[0.8.0]]|080|type=function|text=Esta função não é suportada em versões anteriores}} |
{{oldin (Português)|[[0.9.0]]|090|type=function|text=Foi renomeado para [[Source:getAttenuationDistances (Português)|Source:getAttenuationDistances]]}} | {{oldin (Português)|[[0.9.0]]|090|type=function|text=Foi renomeado para [[Source:getAttenuationDistances (Português)|Source:getAttenuationDistances]]}} | ||
Retorna as distâncias referencial e máxima do Source. | Retorna as distâncias referencial e máxima do Source. |
Latest revision as of 19:06, 6 March 2014
Disponível desde o LÖVE 0.8.0 |
Esta função não é suportada em versões anteriores. |
Removido no LÖVE 0.9.0 |
Foi renomeado para Source:getAttenuationDistances. |
Retorna as distâncias referencial e máxima do Source.
Há um bug no 0.8.0 que impede esta função de funcionar. |
Função
Sinopse
ref, max = Source:getDistance( )
Argumentos
Nenhum.
Retorna
number (Português) ref
- A distância referencial.
number (Português) max
- A distância máxima.
Veja Também
Outros Idiomas
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