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