Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
567
std::string ScriptParam::GetStringForSocket() const {
568
return str_val_;
569
}
570
571
void ScriptParam::UpdateValuesFromSocket(const ScriptParam &data) {
572
this->f_val_ = data.f_val_;
Callers
1
SendStringScriptParam
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected