Adding print_rich for printing with BBCode
This commit is contained in:
parent
622b656c40
commit
c6291bcd8a
16 changed files with 232 additions and 16 deletions
|
|
@ -363,7 +363,7 @@ void GDScriptTest::disable_stdout() {
|
|||
OS::get_singleton()->set_stderr_enabled(false);
|
||||
}
|
||||
|
||||
void GDScriptTest::print_handler(void *p_this, const String &p_message, bool p_error) {
|
||||
void GDScriptTest::print_handler(void *p_this, const String &p_message, bool p_error, bool p_rich) {
|
||||
TestResult *result = (TestResult *)p_this;
|
||||
result->output += p_message + "\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue