Instructions/Separate Coordinate: Difference between revisions

From Desynced Wiki
(First attempt to add basic info for this instruction)
 
No edit summary
 
Line 13: Line 13:




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


{{Instruction_Bottom}}
{{Instruction_Bottom}}

Latest revision as of 00:32, 23 October 2023


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[edit | edit source]

Split a coordinate into x and y values

Uses[edit | edit source]

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

Similar Instructions[edit | edit source]

Separate Register, Combine Register, Combine Coordinate, Set Number