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

Method SetErrorCode

src/ScreenStages/ConnectionScreen.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CConnectionScreen::SetErrorCode(int val)
57{
58 m_ErrorCode = val;
59 m_Gump.WantUpdateContent = true;
60}
61
62void CConnectionScreen::SetType(CONNECTION_SCREEN_TYPE val)
63{

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