sound_pitch - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the pitch of the given sound.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the sound to set the pitch of |
val | float | the pitch level of the sound |
void: This function does not return anything
// demonstrates setting the pitch of a sound
sound_pitch(snd_shoot, 2);
NOTOC