|
NWengine 0.9
|
Structure representing a sound identifier. More...
#include <Audio.h>
Public Member Functions | |
| bool | operator== (const SoundIdentifier &other) const |
| Overloaded equality operator for comparing SoundIdentifier objects. | |
Public Attributes | |
| std::string | path |
| uint64 | runtimeID |
Structure representing a sound identifier.
|
inline |
Overloaded equality operator for comparing SoundIdentifier objects.
| other | The SoundIdentifier object to compare with. |
| std::string SoundIdentifier::path |
The path of the sound file.
| uint64 SoundIdentifier::runtimeID |
The runtime ID of the sound.