Skip to main content

The "vngen_event_count" Function

Syntax#

vngen_event_count();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Returns the total number of events in the active object, or 0 if VNgen is not initialized in the active object.

Example#

show_message("The active object currently contains " + string(vngen_event_count()) + " events.");