Clever-Boy / entityplus

Automatically exported from code.google.com/p/entityplus
1 stars 0 forks source link

g_debugVariables #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
g_debugVariables that would constantly output your variables and their current 
values.  Constantly, so that I may see--LIVE--when a value is changed.  

I want this debug option because I'm currently troubleshooting a strange issue 
that should not be happening--the issue is with target_variable logic 
re-executing when it's logic should not allow for it.

Original issue reported on code.google.com by ryanbris...@gmail.com on 1 Oct 2011 at 12:24

GoogleCodeExporter commented 8 years ago
I've added a g_debugVariables cvar. When this is set to 1 (only when cheats are 
enabled) any target_variable entitiy will report the variable name and value it 
will write or compare and what the value of that variable is in memory.
So it won't continually output the values of variables but it will tell you 
exactly what's happening.

Original comment by era...@gmail.com on 2 Oct 2011 at 7:38