Login Page - Create Account

Support Board


Date/Time: Thu, 02 Apr 2026 19:09:16 +0000



Post From: Input DisplayOrder breaks with non-contiguous inputs

[2026-01-02 22:27:28]
seandunaway - Posts: 379
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++];

Date Time Of Last Edit: 2026-01-02 22:48:43