MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setClickSound

Method setClickSound

forms/checkbox.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81sp<Sample> CheckBox::getClickSound() const { return buttonclick; }
82
83void CheckBox::setClickSound(sp<Sample> sample) { buttonclick = sample; }
84
85void CheckBox::setChecked(bool checked)
86{

Callers 1

BattleViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected