uint8
uint8 is an integer-type data that refers to a predefined or defined set of options. Examples would be: shape scales binding ids pulsesPerBurst roundsPerBurst
A wiki for the space-ship building game Reassembly.
uint8 is an integer-type data that refers to a predefined or defined set of options. Examples would be: shape scales binding ids pulsesPerBurst roundsPerBurst
uint is integer-type data that falls within an expected range. Examples would be Block ids, color codes, and object id numbers.
int2 is a 2d vector of int represented as {x, y}. A single value x means {x, x}.
float2 is a 2d vector of float represented as {x, y}. A single value x means {x, x}.
int is an integer (-1, 0, 1…)Integers cannot use decimals and must be whole numbers. Negatives may be acceptable.
float is a floating point (real valued) number (-1.5, 0, 1.5). 1, 1.0, and 1.000000 are all valid floats representing the same number.