Jump to content

Category:System Variants: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 August 2026

20 July 2026

  • curprev 14:5714:57, 20 July 2026 Dcurrent talk contribs m 581 bytes +1 No edit summary Tag: Visual edit
  • curprev 14:3714:37, 20 July 2026 Dcurrent talk contribs 580 bytes +580 Created page with "System variants are engine variables and collection properties not organized into other structures. System properties are exposed through <code>opeborvariant()</code> and <code>setopenborvariant()</code>. Properties have various data types and some properties may be read only. See individual variant entries for details.<syntaxhighlight lang="c" line="1">// Get elapsed time. int elapsed_time = openborvariant("elapsed_time"); // Set elapsed time. int new_time = 100; setop..." Tag: Visual edit