Login Page - Create Account

Support Board


Date/Time: Fri, 05 Jun 2026 23:31:18 +0000



Post From: Input DisplayOrder breaks with non-contiguous inputs

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