Support Board
Date/Time: Mon, 15 Sep 2025 09:47:41 +0000
Post From: C++, ACSIL functions question
[2023-03-12 09:11:36] |
BenjFlame - Posts: 341 |
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? |