sysStubbedObjects system variable (SDL script)
This system variable applies only to SDL scripts for C and C++.
The sysStubbedObjects system variable (a global list) specifies the classes that have been selected to be generated as stubs in the Launch ACS/TDK dialog.
In this example, the sysStubbedObjects system variable is used to determine whether to generate the class as a stub, that is, set the sysGeneratingStub system variable to 1.
%if %inlist "sysStubbedObjects" %then
%setvar "sysGeneratingStub" = 1
%endif