Instructions/Separate Coordinate

From Desynced Wiki
Revision as of 03:00, 22 October 2023 by MunchyMonster (talk | contribs) (First attempt to add basic info for this instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Separate Coordinate
     
     Split a coordinate into x and y values
Lua ID separate_coordinate
Category Math
Icon Compare Values.png
Argument One: Type Input
Argument One: Name Coordinate
Argument One: Data Type coord_num
Argument Two: Type Output
Argument Two: Name x
Argument Three: Type Output
Argument Three: Name y



Description

Split a coordinate into x and y values

Uses

Used to split a single coordinate into multiple values that can be manipulated separately.

Similar Instructions

Combine Coordinate, Set Number, Subtract, Add