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