MCPcopy Create free account
hub / github.com/crossuo/crossuo / SetConnectionFailed

Method SetConnectionFailed

src/ScreenStages/ConnectionScreen.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void CConnectionScreen::SetConnectionFailed(bool val)
39{
40 m_ConnectionFailed = val;
41 m_Gump.WantUpdateContent = true;
42}
43
44void CConnectionScreen::SetConnected(bool val)
45{

Callers 4

ConnectMethod · 0.80
RelayServerMethod · 0.80
ProcessSmoothActionMethod · 0.80
PACKET_HANDLERFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected