Skip to main content

The "vngen_log_count" Function

Syntax#

vngen_log_count();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Returns the current number of events stored in the backlog, or 0 if it does not exist.

Example#

show_message("The backlog currently contains " + string(vngen_log_count()) + " events.");