MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetCheckbox

Method SetCheckbox

Source/Scripting/scriptparams.cpp:602–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void ScriptParamParts::Editor::SetCheckbox() {
603 type_ = ScriptParamEditorType::CHECKBOX;
604}
605
606void ScriptParamParts::Editor::SetDropdown(const std::string &details) {
607 type_ = ScriptParamEditorType::DROPDOWN_MENU;

Callers 2

DrawImGuiFunction · 0.80
ASAddIntCheckboxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected