Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ setMessage
Method
setMessage
engine/source/network/netTest.cc:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
Con::printf(
"Got message: %s"
, message);
78
}
79
void setMessage(const char *msg)
80
{
81
setMaskBits(1);
82
dStrcpy(message, msg);
83
}
84
85
DECLARE_CONOBJECT(SimpleNetObject);
86
};
Callers
2
ConsoleMethodWithDocs
Function · 0.80
run
Method · 0.80
Calls
1
dStrcpy
Function · 0.50
Tested by
no test coverage detected