Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 17:24:10 +0000



Post From: C++, ACSIL functions question

[2023-03-12 09:11:36]
BenjFlame - Posts: 337
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?