Difference between revisions of "Source:setPosition"

Line 14: Line 14:
 
== See Also ==
 
== See Also ==
 
* [[parent::Source]]
 
* [[parent::Source]]
 +
* [[love.audio.setPosition]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the position of the Source.}}
 
{{#set:Description=Sets the position of the Source.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:setPosition}}
 
{{i18n|Source:setPosition}}

Revision as of 12:12, 25 February 2012

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Sets the position of the Source.

Function

Synopsis

Source:setPosition( x, y, z )

Arguments

number x
The X position of the Source.
number y
The Y position of the Source.
number z
The Z position of the Source.

Returns

Nothing.

See Also

Other Languages