Skip to main content

The "vngen_log_button_destroy" Function

Syntax#

vngen_log_button_destroy(id);
ArgumentTypeDescription
idreal/stringThe unique ID of the button to destroy (or keyword 'all' for all buttons)

Description#

Removes a previously-created on-screen button from the backlog.

Example#

vngen_log_button_destroy("up");
vngen_log_button_destroy("dn");