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

Method Log

CrySystem/ScriptObjectSystem.cpp:493–500  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// ! Write a message into the log file and the console @param String to write @see stuff */

Source from the content-addressed store, hash-verified

491 @see stuff
492*/
493int CScriptObjectSystem::Log(IFunctionHandler *pH)
494{
495 CHECK_PARAMETERS(1);
496
497 LogString(pH,false);
498
499 return (pH->EndFunction());
500}
501
502/////////////////////////////////////////////////////////////////////////////////
503//log a string to the console and or to the file with support for different

Callers 5

LoadFontMethod · 0.45
LogStringMethod · 0.45
DumpMMStatsMethod · 0.45
EnumDisplayFormatsMethod · 0.45
EnumAAFormatsMethod · 0.45

Calls 1

EndFunctionMethod · 0.80

Tested by

no test coverage detected