Data types: 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.

6 April 2024

4 April 2024

  • curprev 00:2500:25, 4 April 2024Piranhaplant talk contribs 1,471 bytes +18 No edit summary undo
  • curprev 00:2100:21, 4 April 2024Piranhaplant talk contribs 1,453 bytes +110 No edit summary undo
  • curprev 00:1100:11, 4 April 2024Piranhaplant talk contribs 1,343 bytes +1,343 Created page with "== Basic data types == * '''byte''': An 8-bit unsigned integer * '''uint16''': A 16-bit unsigned integer * '''int16''': A 16-bit two's compliment signed integer * '''uint32''': A 32-bit unsigned integer * '''pointer16''': A 16-bit pointer * '''pointer32''': A 32-bit pointer * '''boolean''': A value of zero indicates false, any other value indicates true * '''type[X]''': An array containing X elements of 'type' * '''unused''': The data is unused and therefore has no type..."