MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / localSpeaker

Method localSpeaker

source/frontend/StarVoice.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281Voice::SpeakerPtr Voice::localSpeaker() {
282 return m_clientSpeaker;
283}
284
285Voice::SpeakerPtr Voice::speaker(SpeakerId speakerId) {
286 if (m_speakerId == speakerId)

Callers 2

updateRunningMethod · 0.80
makeVoiceCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected