[API function]
Returns the current min and max distance for a channel.
DLL_API signed char F_API FSOUND_3D_GetMinMaxDistance(
int channel,
F_FLOAT_API *mindistance,
F_FLOAT_API *maxdistance
);
Parameters
channel |
Channel number/handle to retrieve min and max distance from.
|
mindistance |
Pointer to a floating point value to store mindistance.
|
maxdistance |
Pointer to a floating point value to store maxdistance.
|
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
___________________
Supported on the following platforms : Win32, WinCE, Linux, Macintosh, XBox, PlayStation 2, GameCube
See Also
FSOUND_3D_SetAttributes
,
FSOUND_3D_SetMinMaxDistance
,
FSOUND_Sample_SetMinMaxDistance
This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:27 2005
by SourceDoc v0.10, the automated source code documenter.