In the documentation for Entity::EmitSound it says a source is automatically created and managed by the entity.
Is there a way of controlling the sound so that in the Lua script for the emitter, when I pause and play, I can also pause and play the sound by gaining access to the source that the EmitSound created.
I'm not hopeful, as I can't see the sound source in the debugger.