MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / SoundPathRef

Method SoundPathRef

core/src/core/path_data.h:107–109  ·  view source on GitHub ↗

Initializes this object to refer to an invalid SoundPath.

Source from the content-addressed store, hash-verified

105
106 // Initializes this object to refer to an invalid SoundPath.
107 SoundPathRef()
108 : index(0)
109 {}
110};
111
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected