Difference between revisions of "love.audio.getPosition"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Returns the position of the listener. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
* [[parent::love.audio]] | * [[parent::love.audio]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Returns the position of the listener.}} |
Revision as of 16:17, 14 February 2010
Returns the position of the listener.
Function
Synopsis
v = love.audio.getPosition( )
Arguments
None.
Returns
floatArray v
- A float array of size 3 containing [x,y,z] in that order