openal_listener_get
(no version information, might be only in CVS)
openal_listener_get --
Retrieve a listener property
Description
mixed
openal_listener_get ( int property)
パラメータリスト
- property
Property to retreive, one of:
AL_GAIN (float),
AL_POSITION (array(float,float,float)),
AL_VELOCITY (array(float,float,float)), そして
AL_ORIENTATION (array(float,float,float)).
戻り値
Returns a float or array of floats (as appropriate), or FALSE on failure.