]> git.lizzy.rs Git - minetest.git/commitdiff
Remove note in lua-api.txt that there are no vector helper functions
authorPilzAdam <pilzadam@minetest.net>
Mon, 8 Jul 2013 11:41:46 +0000 (13:41 +0200)
committerPilzAdam <pilzadam@minetest.net>
Mon, 8 Jul 2013 11:41:46 +0000 (13:41 +0200)
doc/lua_api.txt

index daef00d8b8af4b8cc0d15819f8b17061a42c2df6..12892e5b55c5b3dd376e61199bb8d10bdbbfa765 100644 (file)
@@ -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"}