Hey, I’m currently trying to debug something, but somehow the CryLog/CryLogAlways function doesn’t work. Is that a known Issue? Deprecated?
Console Variables are setup for verbosity 4(no need though due to CryLogAlways)The function is obviously getting called otherwise I wouldnt be able to move the camera.
Syntax used:
CryLogAlways(string);
Is there probably another method of quickly gaining intel on vars at runtime? C++ only
Edit: My solution was a little bit messed up after reorganizing some folders, so:
-
The correct files werent even compiled (forgot to reconfigure the sln)
-
Forgot to implement ISystem, strangely the IDE didnt mentioned the missing definition of CryLogAlways at “writetime” just throwed up at compile time.