Support Board
Date/Time: Wed, 14 May 2025 22:59:00 +0000
Post From: SCInputRef variable question...
[2018-07-09 19:20:02] |
User895355 - Posts: 55 |
Ok, well, I'll answer my own question in case someone else has this issue (please correct if there's another way): if (sc.IsFullRecalculation)
{ if (sc.Index == 0) { MyVar.SetInt(0); } } |