Difference between revisions of "love.audio.getOrientation"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Returns the orientation of the listener.
 
Returns the orientation of the listener.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the orientation of the listener.}}
 
{{#set:Description=Returns the orientation of the listener.}}
 +
== Other Languages ==
 +
{{i18n|love.audio.getOrientation}}

Revision as of 19:39, 25 October 2010

Returns the orientation of the listener.

Function

Synopsis

v = love.audio.getOrientation( )

Arguments

None.

Returns

floatArray v
A float array of size 6 containing [x,y,z] for the forward vector, followed by [x,y,z] for the up vector.

See Also

Other Languages