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

Method LogToConsole

CrySystem/ScriptObjectSystem.cpp:412–419  ·  view source on GitHub ↗

! Write a string to the console @param String to write @see CScriptObjectSystem::Log */

Source from the content-addressed store, hash-verified

410 @see CScriptObjectSystem::Log
411*/
412int CScriptObjectSystem::LogToConsole(IFunctionHandler *pH)
413{
414 CHECK_PARAMETERS(1);
415
416 LogString(pH,true);
417
418 return (pH->EndFunction());
419}
420
421/*! log even with log verbosity 0 - without <LUA>
422@param String to write

Callers 1

LogStringMethod · 0.45

Calls 1

EndFunctionMethod · 0.80

Tested by

no test coverage detected