NWengine 0.9
Loading...
Searching...
No Matches
SoundIdentifier Struct Reference

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
 

Detailed Description

Structure representing a sound identifier.

Member Function Documentation

◆ operator==()

bool SoundIdentifier::operator== ( const SoundIdentifier & other) const
inline

Overloaded equality operator for comparing SoundIdentifier objects.

Parameters
otherThe SoundIdentifier object to compare with.
Returns
True if the SoundIdentifier objects are equal, false otherwise.

Member Data Documentation

◆ path

std::string SoundIdentifier::path

The path of the sound file.

◆ runtimeID

uint64 SoundIdentifier::runtimeID

The runtime ID of the sound.


The documentation for this struct was generated from the following file: