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

Method SendStringScriptParam

Source/Online/online.cpp:1029–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029void Online::SendStringScriptParam(uint32_t id, const string& key, const ScriptParam& param) {
1030 Send<OnlineMessages::SPStringMessage>(id, key, param.GetStringForSocket(), param.editor().type(), param.editor().GetDetails());
1031}
1032
1033void Online::SendScriptParam(uint32_t id, const string& key, const ScriptParam& param) {
1034 if (param.IsString()) {

Callers 2

InsertNewScriptParamMethod · 0.80
ASSetStringMethod · 0.80

Calls 2

GetStringForSocketMethod · 0.80
typeMethod · 0.45

Tested by

no test coverage detected