Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
Voice::SpeakerPtr Voice::localSpeaker() {
282
return m_clientSpeaker;
283
}
284
285
Voice::SpeakerPtr Voice::speaker(SpeakerId speakerId) {
286
if (m_speakerId == speakerId)
Callers
2
updateRunning
Method · 0.80
makeVoiceCallbacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected