Skip to main content

The "vngen_do_log_display" Function

Syntax#

vngen_do_log_display(toggle, [sound]);
ArgumentTypeDescription
toggleboolean/macroEnables, disables, or toggles visibility of the backlog
[sound]soundOptional: A sound to be played when the script is run

Description#

Toggles or explicitly enables/disables visibility of the VNgen backlog. While the backlog is visible, VNgen itself will pause and ignore most background input.

Recommended for use in mouse, keyboard, or gamepad input events.

Example#

vngen_do_log_display(toggle);
vngen_do_log_display(true, snd_input);