I've been mucking around with some designs with an in-game editor and some parts have 1E added to a numerical value. What does this extra thingy do? Does it change the direction, because this is what I have noticed.
I've been mucking around with some designs with an in-game editor and some parts have 1E added to a numerical value. What does this extra thingy do? Does it change the direction, because this is what I have noticed.
@AstleyIndustries Huh, never knew that
Do you have any other XML tips you know of?
It is used as a way to shorten numbers:
The value
aE+n
meansa*10^n
So
1E+10
is equal to 1000000000