INNER CODE UNIT · C++

debug

Ancurio/mkxp · binding-mri/binding-mri.cpp:153

	VALUE debug = rb_bool_new(shState->config().editor.debug);
	if (rgssVer == 1)
		rb_gv_set("DEBUG", debug);
	else if (rgssVer >= 2)
		rb_gv_set("TEST", debug);

	rb_gv_set("BTEST", rb_bool_new(shState->config().editor.battleTest));
}

static void
showMsg(const std::string &msg)
{
	shState->eThread().showMessageBox(msg.c_str());
}

static void printP(int argc, VALUE *argv,
                   const char *convMethod, const char *sep)
{

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…