mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix typo in lua_api.txt
This commit is contained in:
parent
1d856b734b
commit
1afd359550
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ vector.distance(p1, p2) -> number
|
|||
vector.length(v) -> number
|
||||
vector.normalize(v) -> vector
|
||||
vector.round(v) -> vector
|
||||
vector.equal(v1, v2) -> bool
|
||||
vector.equals(v1, v2) -> bool
|
||||
For the folowing x can be either a vector or a number.
|
||||
vector.add(v, x) -> vector
|
||||
vector.subtract(v, x) -> vector
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue