openal_listener_get

(no version information, might be only in CVS)

openal_listener_get --  Récupère une propriété d'auditeur

Description

mixed openal_listener_get ( int property )

Liste de paramètres

property

La propriété à récupérer, une parmis celles-ci : AL_GAIN (float), AL_POSITION (array(float,float,float)), AL_VELOCITY (array(float,float,float)) et AL_ORIENTATION (array(float,float,float)).

Valeurs de retour

Retourne un nombre à virgule flottante ou un tableau de nombres à virgule flottante ou FALSE en cas d'erreur.

Voir aussi

openal_listener_set()