mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix typo: vector.check() ought to be vector.check(v)
This commit is contained in:
parent
a13cf0e3ce
commit
48d1bca9b8
1 changed files with 1 additions and 1 deletions
|
@ -3421,7 +3421,7 @@ vectors are written like this: `(x, y, z)`:
|
|||
* Returns the cross product of `v1` and `v2`.
|
||||
* `vector.offset(v, x, y, z)`:
|
||||
* Returns the sum of the vectors `v` and `(x, y, z)`.
|
||||
* `vector.check()`:
|
||||
* `vector.check(v)`:
|
||||
* Returns a boolean value indicating whether `v` is a real vector, eg. created
|
||||
by a `vector.*` function.
|
||||
* Returns `false` for anything else, including tables like `{x=3,y=1,z=4}`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue