The search keyword must be a single word (no spaces).
Function SetSoundChannel
- Line
- 3708
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- sound soundHandle, integer channel
- Returns
- nothing
| 3708 | native SetSoundChannel takes sound soundHandle, integer channel returns nothing |
| 3709 | native SetSoundVolume takes sound soundHandle, integer volume returns nothing |
| 3710 | native SetSoundPitch takes sound soundHandle, real pitch returns nothing |
| 3711 | |
| 3712 | // the following method must be called immediately after calling "StartSound"
|
| 3713 | native SetSoundPlayPosition takes sound soundHandle, integer millisecs returns nothing |