Chunk.volume - multiple declarations
Function Chunk.volume
Wraps Mix_VolumeChunk
which gets the volume of the chunk
ubyte volume() @property @trusted const;
Returns
volume ranging from 0
to 128
Function Chunk.volume
Wraps Mix_VolumeChunk
which sets the volume of the chunk
void volume
(
ubyte newVolume
) @property @trusted;
Parameters
Name | Description |
---|---|
newVolume | new volume ranging from 0 to 128 |