From: PilzAdam Date: Mon, 8 Jul 2013 11:41:46 +0000 (+0200) Subject: Remove note in lua-api.txt that there are no vector helper functions X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=c813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc;p=zefram%2Fminetest%2Fminetest_engine.git Remove note in lua-api.txt that there are no vector helper functions --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index daef00d8..12892e5b 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"}