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

Method VoiceSettingsMenu

source/frontend/StarVoiceSettingsMenu.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Star {
5
6VoiceSettingsMenu::VoiceSettingsMenu(Json const& config) : BaseScriptPane(config) {
7 m_script.setLuaRoot(make_shared<LuaRoot>());
8 m_script.addCallbacks("voice", LuaBindings::makeVoiceCallbacks());
9}
10
11void VoiceSettingsMenu::show() {
12 BaseScriptPane::show();

Callers

nothing calls this directly

Calls 2

setLuaRootMethod · 0.80
addCallbacksMethod · 0.45

Tested by

no test coverage detected