Difference between revisions of "love.audio.getDistanceModel"

m (testing a feature of the wiki)
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=function}}
+
{{newin|[[0.7.0]]|070|type=function}}
 
Returns the distance attenuation model.
 
Returns the distance attenuation model.
  

Revision as of 00:10, 31 March 2014

Available since LÖVE 0.7.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