STROOP: Difference between revisions

380 bytes added ,  14 April 2019
Line 179: Line 179:
** '''Hex Value''': This shows the hex value of the variable.
** '''Hex Value''': This shows the hex value of the variable.
** '''Binary Value''': This shows the binary value of the variable.
** '''Binary Value''': This shows the binary value of the variable.
** '''Value Table''': This shows various representations of the bytes of the variable, including the decimal representation, hex representation, and binary representation. It also provides a set of checkboxes that can be used to toggle each bit of the variable.
** '''Value Table''': This shows various representations of the bytes of the variable, including the decimal representation, hex representation, and binary representation. It also provides a set of checkboxes that can be used to toggle each bit of the variable. For floats, these checkboxes are colored according to the bits' role in the float, as blue represents sign, red represents exponent, and green represents mantissa.
: Note that for floats, you can right click on the empty space of the controller, and change what the textboxes display. Specifically, they can be set to display the sign, exponent, and mantissa values of the float.


== Object Tab ==
== Object Tab ==