The "vngen_is_debug" FunctionSyntax#vngen_is_debug();CopyArgumentTypeDescriptionN/AN/ANo argumentsDescription#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);}Copy