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

Method SetTextField

Source/Scripting/scriptparams.cpp:589–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589void ScriptParamParts::Editor::SetTextField() {
590 type_ = ScriptParamEditorType::TEXTFIELD;
591}
592
593void ScriptParamParts::Editor::SetDisplaySlider(const std::string &details) {
594 type_ = ScriptParamEditorType::DISPLAY_SLIDER;

Callers 3

SetIntMethod · 0.80
SetFloatMethod · 0.80
SetStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected