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

Method UpdateValuesFromSocket

Source/Scripting/scriptparams.cpp:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void ScriptParam::UpdateValuesFromSocket(const ScriptParam &data) {
572 this->f_val_ = data.f_val_;
573 this->str_val_ = data.str_val_;
574 this->type_ = data.type_;
575}
576
577ScriptParam::ScriptParam() : type_(OTHER), i_val_(0) {}
578

Callers 1

InsertScriptParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected