Closes Anuken/Mindustry-Suggestions/issues/4456

This commit is contained in:
Anuken
2023-06-02 11:56:08 -04:00
parent 2f675a3b75
commit 4dd414c22f
5 changed files with 15 additions and 6 deletions

View File

@@ -2303,6 +2303,7 @@ lenum.xor = Bitwise XOR.
lenum.min = Minimum of two numbers.
lenum.max = Maximum of two numbers.
lenum.angle = Angle of vector in degrees.
lenum.anglediff = Absolute distance between two angles in degrees.
lenum.len = Length of vector.
lenum.sin = Sine, in degrees.