The "vngen_code_execute_ext" Function
#
SyntaxArgument | Type | Description |
---|---|---|
N/A | N/A | No arguments |
#
DescriptionExecutes arbitrary code as an action in the context of Quantum events. This can be anything, but be aware that code executed with this function will be performed only once when the containing event first becomes active.
This script should always be run as an if
statement with the code to execute inside.
While this function may appear identical to vngen_code_execute
, it comes with one critical difference: code will always be re-executed during vngen_goto
event skip operations.