getSoundNames ============= :doc:`/types/AssetManagerInterface/index`::getSoundNames Returns the names of all sounds. Declaration ----------- .. code-block:: cpp virtual std:vector getSoundNames() = 0; Parameters ---------- None. Returns ------- The names of all :doc:`Sounds ` in the :doc:`/asset_manager/index`.