Addlogvar

From EDukeWiki
Revision as of 07:13, 10 January 2021 by Doom64hunter (talk | contribs)
Jump to navigation Jump to search

addlogvar <gamevar>

addlog <gamevar>

al <gamevar>


Prints the value of <gamevar> or <gamearray> to the console, which will also be stored inside the log file (eduke32.log).

Currently does not support logging struct members directly, and the game will crash upon trying to do so.