MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SetCheckText

Method SetCheckText

plugins/base/macro-condition-window.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 "AdvSceneSwitcher.condition.window"});
16
17void MacroConditionWindow::SetCheckText(bool value)
18{
19#ifdef _WIN32
20 _checkText = value;
21#else
22 (void)value;
23 _checkText = false;
24#endif
25 SetupTempVars();
26}
27
28bool MacroConditionWindow::GetCheckText()
29{

Callers 1

CheckTextChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected