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

Method SetType

Source/Scripting/scriptparams.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 ScriptParamEditorType::Type type() const;
59 Editor() : type_(ScriptParamEditorType::UNDEFINED) {}
60 void SetType(ScriptParamEditorType::Type type) { type_ = type; };
61 void WriteToRAM(std::vector<char> &data) const;
62 void ReadFromRAM(const std::vector<char> &data, int &index);
63 const std::string &GetDetails() const { return details_; }

Callers 2

ExecuteMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected