The "vngen_do_pause" Function
#
SyntaxArgument | Type | Description |
---|---|---|
toggle | boolean/macro | Enables, disables, or toggles pausing VNgen |
[sound] | sound | Optional: A sound to be played when the script is run |
#
DescriptionToggles or explicitly enables/disables pausing VNgen. While paused, all ongoing actions are suspended and functions such as vngen_do_continue
are ignored. (Buttons are an exception to this rule, so they can be used to create pause menus.)
Recommended for use in mouse, keyboard, or gamepad input events.