File:Protoflux example to string.webp: Revision history

File on Resonite Wiki

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.

13 January 2024

  • curprev 08:4008:40, 13 January 2024Yosh talk contribsm 580 bytes −4 oops numbered lists don't work like that
  • curprev 08:3908:39, 13 January 2024Yosh talk contribs 584 bytes +584 An example of To String (ProtoFlux Node). There are four examples. From top to bottom: 1. A float3 input with the format string "N2". This format string adds separators for numbers and prints the result to 2 decimal places. 2. A bool2 input of false and true without any format string. This results in the string "[False; True]" 3. An int input with the format string "X". This format string simply displays the integer as a hex string. 4. A ColorX input with the format string "P0". This for...