Skip to main content

The "vngen_object_init" Function

Syntax#

vngen_object_init();
ArgumentTypeDescription
N/AN/ANo arguments

Description#

Initializes all the necessary functions for running VNgen in the current object.

Must be run in the Create Event of each object containing VNgen code.

Example#

vngen_object_init();