debug_break
A non-functional debugging tool. In Halo: Reach's debug builds, this probably broke into a debugger.
Example
alias this_should_not_be_1 = global.number[0] -- if this_should_not_be_1 == 1 then debug_break() end
A non-functional debugging tool. In Halo: Reach's debug builds, this probably broke into a debugger.
alias this_should_not_be_1 = global.number[0] -- if this_should_not_be_1 == 1 then debug_break() end