setSoundSourcePitch =================== :doc:`/types/Script/index`::setSoundSourcePitch Sets the pitch of a sound source. Declaration ----------- .. code-block:: cpp void setSoundSourcePitch(SoundSourceID soundSourceID, float newPitch); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - soundSourceID - :doc:`/types/SoundSourceID/index` - The sound source to change the pitch of. * - newPitch - float - The new pitch of the sound source. Returns ------- None.