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. This is a non-persistent format string.

Example

debug_print("This function doesn't do anything! :D")

See also