summaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorPilzAdam <pilzadam@minetest.net>2013-07-08 13:41:46 +0200
committerPilzAdam <pilzadam@minetest.net>2013-07-08 13:41:46 +0200
commitc813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc (patch)
treebe22a7d9caab9223510e5e124fe4fa1cfcafe851 /doc/lua_api.txt
parent0b5f18754ccff955562076f3ca9a2a2b129e8487 (diff)
downloadminetest-c813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc.tar.gz
minetest-c813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc.tar.bz2
minetest-c813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc.zip
Remove note in lua-api.txt that there are no vector helper functions
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index daef00d8b..12892e5b5 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -507,8 +507,7 @@ Representations of simple things
--------------------------------
Position/vector:
{x=num, y=num, z=num}
-Currently the API does not provide any helper functions for addition,
-subtraction and whatever; you can define those that you need yourself.
+For helper functions see "Vector helpers".
pointed_thing:
{type="nothing"}