MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetPosition

Method GetPosition

Source/Sound/threaded_sound_wrapper.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738const vec3 ThreadedSound::GetPosition(const unsigned long& handle) {
739 return tsdb.GetHandleData(handle).position;
740}
741
742const std::string ThreadedSound::GetName(const unsigned long& handle) {
743 return tsdb.GetHandleData(handle).name;

Callers 1

ThreadedSoundLoopFunction · 0.45

Calls 1

GetHandleDataMethod · 0.80

Tested by

no test coverage detected