MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / XConnect

Method XConnect

CryGame/XClient.cpp:728–738  ·  view source on GitHub ↗

//////////////////////////////////////////

Source from the content-addressed store, hash-verified

726
727///////////////////////////////////////////////
728void CXClient::XConnect( const char *szAddr, bool _bDoLateSwitch, const bool inbCDAuthorization )
729{
730 m_pIClient->SetServerIP(szAddr);
731 bDoSwitch=_bDoLateSwitch;
732
733 m_pIClient->InitiateCDKeyAuthorization(inbCDAuthorization);
734
735 m_pGame->m_szLastAddress = szAddr;
736 m_pGame->m_bLastDoLateSwitch = _bDoLateSwitch;
737 m_pGame->m_bLastCDAuthentication = inbCDAuthorization;
738}
739
740
741

Callers 3

LoadLevelCSMethod · 0.80
LoadLevelForEditorMethod · 0.80
ConnectMethod · 0.80

Calls 2

SetServerIPMethod · 0.45

Tested by

no test coverage detected