Instructions/Multiply

From Desynced Wiki
Revision as of 19:37, 13 September 2023 by Johan (talk | contribs) (informational)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Multiply
     
     Multiplies a number or coordinate from another number or coordinate
Lua ID mul
Category Math
Icon Mul Numbers.png
Argument One: Type Input
Argument One: Name To
Argument One: Data Type coord_num
Argument Two: Type Input
Argument Two: Name Num
Argument Two: Data Type coord_num
Argument Three: Type Output
Argument Three: Name Result



Description

Multiplies the top input by the bottom input.

Uses

Used for multiplication of numbers OR coordinates.

When multiplying numbers with accompanying values, the top input value is preserved unless the bottom input value contains a coordinate in which case the top value will be overwritten by the coordinate into the output.

Similar Instructions

Set Number, Subtract, Add