Skip to main content

The "vngen_is_debug" Function

Syntax#

vngen_is_debug();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Checks whether VNgen's debug mode is enabled and returns true or false.

Example#

if (vngen_is_debug()) {
keyboard_virtual_show(kbv_type_default, kbv_returnkey_default, kbv_autocapitalize_none, false);
}