getSoundSourcePosition ====================== :doc:`/types/Script/index`::getSoundSourcePosition Returns the position of a sound source. Declaration ----------- .. code-block:: cpp Math::vec3 getSoundSourcePosition(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 position of. Returns ------- The position of the sound source.