vectorA:mul
From ComputerCraft Wiki
Function vector:mul | |
Multiplies a vector with a scalar and returns the resulting vector. | |
Syntax | vector:mul(number multiplier) |
Returns | vector |
Part of | ComputerCraft |
API | vector |
Examples