Support Board
Date/Time: Thu, 03 Jul 2025 02:03:06 +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); } } |