TheWreckingCrewUK / Insurgency-Redux-Legacy

A collection of Insurgency Redux missions.
http://www.thewreckingcrew.eu/
4 stars 1 forks source link

[Debug] Initial System #56

Closed Bosenator closed 6 years ago

Bosenator commented 6 years ago

We should add an easy to use debug system, so we can better trace common issues, like IEDs not spawning etc. This should be part of the ongoing refactor effort, so it has no immediate deadline.

There should be a few functions that should be callable. Inside the function is a simple check if it's in debug mode or not, if it isn't, the function does nothing.

Variants of debug messages:

Bosenator commented 6 years ago

Off load to @twc_framework, so we can have this functionality elsewhere.