Instructions/Combine Coordinate: Difference between revisions

From Desynced Wiki
(Took a first stab at filling out this page.)
 
No edit summary
 
Line 13: Line 13:




[[Instructions/Set Number|Set Number]], [[Instructions/Subtract|Subtract]], [[Instructions/Add|Add]]
[[Instructions/Separate Register|Separate Register]], [[Instructions/Combine Register|Combine Register]], [[Instructions/Separate Coordinate|Separate Coordinate]], [[Instructions/Set Number|Set Number]]


{{Instruction_Bottom}}
{{Instruction_Bottom}}

Latest revision as of 00:33, 23 October 2023


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