debug_print
A non-functional debugging tool. In Halo: Reach's debug builds, this probably writes a message to some log file.
Arguments
- text
The text to print.
Example
debug_print("This function doesn't do anything! :D")
A non-functional debugging tool. In Halo: Reach's debug builds, this probably writes a message to some log file.
The text to print.
debug_print("This function doesn't do anything! :D")