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

Method GetStringForSocket

Source/Scripting/scriptparams.cpp:567–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567std::string ScriptParam::GetStringForSocket() const {
568 return str_val_;
569}
570
571void ScriptParam::UpdateValuesFromSocket(const ScriptParam &data) {
572 this->f_val_ = data.f_val_;

Callers 1

SendStringScriptParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected