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

Method SetIProcess

CrySystem/System.cpp:747–752  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

745
746//////////////////////////////////////////////////////////////////////////
747void CSystem::SetIProcess(IProcess *process)
748{
749 m_pProcess = process;
750 //if (m_pProcess)
751 //m_pProcess->SetPMessage("");
752}
753
754// update _time, _frametime
755//////////////////////////////////////////////////////////////////////////

Callers 4

ProcessPMessagesMethod · 0.80
MenuOffMethod · 0.80
LoadLevelCommonMethod · 0.80
OnXContextSetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected