Login Page - Create Account

Support Board


Date/Time: Sun, 15 Feb 2026 09:20:18 +0000



Post From: Input DisplayOrder breaks with non-contiguous inputs

[2026-01-19 01:35:32]
User509533 - Posts: 95
The following is not working in the latest version (Ver 2865)

sc.ProcessStudyUnsetInputs=1;

The following is also not working for me,


int input = 0;

SCInputRef a = sc.Input[input++];

SCInputRef b = sc.Input[input++];

#ifdef DEBUG

SCInputRef c = sc.Input[input++];

SCInputRef d = sc.Input[input++];

#endif

SCInputRef e = sc.Input[input++];

SCInputRef f = sc.Input[input++];