destroySound ============ :doc:`/types/Script/index`::destroySound Destroys a sound. Declaration ----------- .. code-block:: cpp void destroySound(const std::string& soundName); Parameters ---------- .. list-table:: :width: 100% :header-rows: 1 :class: code-table * - Name - Type - Description * - soundName - const `std::string `_\& - The name of the :doc:`/types/Sound/index` to destroy. Returns ------- None.