Difference between revisions of "VectorA:sub"
From ComputerCraft Wiki
| Line 6: | Line 6: | ||
|api=vector | |api=vector | ||
|addon=ComputerCraft | |addon=ComputerCraft | ||
| − | |desc=Subtracts | + | |desc=Subtracts a vector from the initial vector and returns the resulting vector. |
|examples= | |examples= | ||
{{Example | {{Example | ||
Latest revision as of 12:01, 23 February 2013
| Subtracts a vector from the initial vector and returns the resulting vector. | |
| Syntax | vector:sub(vector vect) |
| Returns | vector |
| Part of | ComputerCraft |
| API | vector |