Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 03:46:05 +0000



Post From: C++, ACSIL functions question

[2023-03-12 09:11:36]
BenjFlame - Posts: 324
After thinking about it, you could declare variableA and newvar as globals (above the SCSFExport line).

That could be a way of doing it thanks.

When you pass the (SCStudyInterfaceRef sc) parameter, you get access to all of the sc.Input[x], sc.Subgraph[y], and sc.GetPersistent*(z) Variables, among other things.

Very interesting. Is there anyway within the function to use the SCSubgraphRef Subgraph_Ref_adx alias instead of the sc.Subgraph[y] nomenclature?