Login Page - Create Account

Support Board


Date/Time: Sun, 15 Feb 2026 09:19:57 +0000



Post From: Input DisplayOrder breaks with non-contiguous inputs

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