Instructions/Combine Coordinate

From Desynced Wiki
Revision as of 02:39, 22 October 2023 by MunchyMonster (talk | contribs) (Took a first stab at filling out this page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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

Returns a coordinate made from x and y values.

Uses

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

Similar Instructions

Set Number, Subtract, Add