Instructions/Combine Coordinate

From Desynced Wiki


Combine Coordinate
     
     Returns a coordinate made from x and y values
Lua ID combine_coordinate
Category Math
Icon Compare Values.png
Argument One: Type Input
Argument One: Name x
Argument One: Data Type any
Argument Two: Type Input
Argument Two: Name y
Argument Two: Data Type any
Argument Three: Type Output
Argument Three: Name Result



Description[edit | edit source]

Returns a coordinate made from x and y values.

Uses[edit | edit source]

Used to build a single coordinate value from individual x and y values.

Similar Instructions[edit | edit source]

Separate Register, Combine Register, Separate Coordinate, Set Number