How to use the Cyber Engine Tweaks Game Log
Last updated 8 months ago
This window shows any output done using Redscript's Log/LogChannel function, either coming from the games scripts themselves or from a Redscript mod.
Log/LogChannel
// my_script.reds LogChannel(n"DEBUG", "My Custom Log");