The search keyword must be a single word (no spaces).

Function SetSoundPlayPosition

Line
3713
Location
common.j
Constant?
no
Type
native
Arguments
sound soundHandle, integer millisecs
Returns
nothing
3713
native SetSoundPlayPosition         takes sound soundHandle, integer millisecs returns nothing
3714
3715
// these calls are only valid if the sound was created with 3d enabled
3716
native SetSoundDistances            takes sound soundHandle, real minDist, real maxDist returns nothing
3717
native SetSoundConeAngles           takes sound soundHandle, real inside, real outside, integer outsideVolume returns nothing
3718
native SetSoundConeOrientation      takes sound soundHandle, real x, real y, real z returns nothing

Information about SetSoundPlayPosition

You must be logged in with a standard account to contribute.