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-Tag: 0.4.8~332 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c813a3cc53f0ab4a39f07d0a017db7b7e3ef6fbc;p=oweals%2Fminetest.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 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"}