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

Method GetID

Source/Sound/threaded_sound_wrapper.cpp:750–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750const std::string ThreadedSound::GetID(const unsigned long& handle) {
751 return tsdb.GetHandleData(handle).id;
752}
753
754void ThreadedSound::SetPosition(const unsigned long& handle, const vec3& new_pos) {
755 ThreadedSoundMessage tsm(ThreadedSoundMessage::InFSetPosition);

Callers 14

ASGetSelectedFunction · 0.45
ASGetObjectIDArrayTypeFunction · 0.45
ASGetObjectIDArrayFunction · 0.45
ASCreateObjectFunction · 0.45
AttachItemFunction · 0.45
ASGetParentFunction · 0.45
ASGetChildrenFunction · 0.45
ASObjectGetIDFunction · 0.45
GetCharactersInSphereFunction · 0.45
GetCharactersFunction · 0.45
GetCharactersInHullFunction · 0.45
GetObjectsInHullFunction · 0.45

Calls 1

GetHandleDataMethod · 0.80

Tested by

no test coverage detected