Difference between revisions of "love.audio.getDistanceModel"
(Created page with "{{newin|0.8.0|080|type=function}} Returns the distance attenuation model. == Function == === Synopsis === <source lang="lua"> model = love.audio.getDistanceModel( ) </source...") |
|||
Line 10: | Line 10: | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param| | + | {{param|DistanceModel|model|The current distance model.}} |
== See Also == | == See Also == | ||
* [[parent::love.audio]] | * [[parent::love.audio]] |
Revision as of 08:57, 16 April 2012
Available since LÖVE 0.8.0 |
This function is not supported in earlier versions. |
Returns the distance attenuation model.
Function
Synopsis
model = love.audio.getDistanceModel( )
Arguments
None.
Returns
DistanceModel model
- The current distance model.
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